Skip to content

Commit 24cd79d

Browse files
committed
update .travis.yml
1 parent 5bfc559 commit 24cd79d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ notifications:
77
88

99
node_js:
10-
- 5
10+
- 4.0.0
1111

1212
before_install:
1313
- |
@@ -16,7 +16,7 @@ before_install:
1616
echo "Only docs were updated, stopping build process."
1717
exit
1818
fi
19-
npm install mocha-phantomjs -g
19+
npm install [email protected] -g
2020
phantomjs --version
2121
script:
2222
- |
@@ -28,11 +28,10 @@ script:
2828
env:
2929
matrix:
3030
- TEST_TYPE=lint
31-
- TEST_TYPE=browser-test
32-
- TEST_TYPE=browser-test-cover
33-
- TEST_TYPE=saucelabs
31+
- TEST_TYPE=test
32+
- TEST_TYPE=coverage
3433

3534

3635
matrix:
3736
allow_failures:
38-
- env: "TEST_TYPE=saucelabs"
37+
- env: "TEST_TYPE=saucelabs"

0 commit comments

Comments
 (0)