Skip to content
This repository was archived by the owner on Feb 21, 2021. It is now read-only.

Commit 3d27ea5

Browse files
authored
Amend the README (#1)
* README * Oops. * Remove test. * Remove custom.
1 parent add11cf commit 3d27ea5

File tree

3 files changed

+5
-29
lines changed

3 files changed

+5
-29
lines changed

.travis.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,11 @@ cache:
1010
directories:
1111
- $HOME/.pub-cache
1212

13-
# We are using some non-standard setup, so install Dartium and Xvfb manually.
14-
before_install:
15-
- tool/travis.sh
16-
- sh -e /etc/init.d/xvfb start
17-
- sleep 3
18-
1913
# Check for analysis issues, run the test cases, and ensure `dartfmt` is run.
2014
dart_task:
2115
- dartanalyzer
2216
- dartfmt
2317

24-
# Run our component tests.
25-
script:
26-
- pub run angular_test -p dartium
27-
2818
# The Dart language is constantly being worked on, and sometimes the dev and
2919
# stable builds don't agree on what is considered formatted or what is analysis
3020
# warning free (though this does not effect _using_ the library, likely).

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
</p>
66
</p>
77

8+
[![pub package](https://img.shields.io/pub/v/angular_fire.svg)](https://pub.dartlang.org/packages/angular_fire)
9+
[![Build Status](https://travis-ci.org/matanlurey/angular_fire.svg)](https://travis-ci.org/matanlurey/angular_fire)
10+
811
* [Install](#install)
912
* [Usage](#usage)
1013
* [Components](#components)
@@ -42,7 +45,7 @@ To get started, you need to, at minimum, include the Firebase SDK:
4245
Displays a rendered sign in box for Google authentication that follows the
4346
[branding guidelines](https://developers.google.com/identity/branding-guidelines).
4447

45-
![GoogleSignInComponent](https://cloud.githubusercontent.com/assets/168174/26565270/896f1ac6-449e-11e7-8e7a-967547e5fb65.png)
48+
<img src="https://cloud.githubusercontent.com/assets/168174/26565270/896f1ac6-449e-11e7-8e7a-967547e5fb65.png" height="600" />
4649

4750
```dart
4851
import 'dart:html';
@@ -91,7 +94,7 @@ changes (like documentation, bug fixes), just send a pull request.
9194

9295
### Testing
9396

94-
Run the (simple) test suite in Dartium:
97+
Run the (simple) test suite in Dartium. It doesn't currently run on Travis:
9598

9699
```shell
97100
$ pub run angular_test -p dartium

tool/travis.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)