Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 01ea208

Browse files
committed
fix(tests): Travis tests
1 parent 56f3c1a commit 01ea208

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ install:
1313
- export PATH=$PATH:~/casperjs/bin
1414
- npm install -g grunt-cli
1515
- npm install
16+
script:
17+
- sh ./tests/travis.sh
1618
before_script:
1719
- grunt install
1820
- phantomjs --version

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"url": "https://github.com/firebase/angularfire/issues"
1313
},
1414
"scripts": {
15-
"start": "grunt",
16-
"test": "grunt test"
15+
"start": "grunt"
1716
},
1817
"license": "MIT",
1918
"keywords": [

0 commit comments

Comments
 (0)