Skip to content

Commit ebc49a2

Browse files
committed
Update .travis.yml
1 parent e63e548 commit ebc49a2

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,5 +1,7 @@
1-
language: "node_js"
1+
sudo: false
2+
language: node_js
23
node_js:
3-
- "0.10"
4-
- "0.11"
5-
script: "npm run coveralls"
4+
- 'iojs'
5+
- '0.12'
6+
- '0.10'
7+
script: 'npm run coveralls'

0 commit comments

Comments
 (0)