Skip to content

Commit f7a0ce9

Browse files
committed
Update .travis.yml
1 parent 37e97b3 commit f7a0ce9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.travis.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
sudo: false
12
language: node_js
23
node_js:
3-
- v5
4-
- v4
5-
- v0.12
4+
- v5
5+
- v4
6+
- v0.12
7+
68
after_success:
7-
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
9+
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'

0 commit comments

Comments
 (0)