Skip to content

Commit c507d0f

Browse files
committed
Update .travis.yml
1 parent ba20e82 commit c507d0f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
node_js:
2-
- "0.10"
3-
- "0.11"
1+
sudo: false
42
language: node_js
5-
script: "make test-travis"
6-
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
3+
node_js:
4+
- 'iojs'
5+
- '0.12'
6+
- '0.10'
7+
script: 'make test-travis'
8+
after_script: 'npm install coveralls@2 && cat ./coverage/lcov.info | coveralls'

0 commit comments

Comments
 (0)