Skip to content

Commit 01e9897

Browse files
authored
Travis: swap io.js
Testing stable node is more important than testing io.js
1 parent 1631f02 commit 01e9897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22
node_js:
33
- '0.12'
44
- '4.0'
5-
- 'iojs'
5+
- 'stable'
66
script: "npm run test-travis"
77
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
88
deploy:

0 commit comments

Comments
 (0)