We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b1aa6 commit 435c401Copy full SHA for 435c401
.travis.yml
@@ -1,7 +1,8 @@
1
sudo: false
2
language: node_js
3
node_js:
4
- - "0.10"
5
- - "0.11"
+ - 'iojs'
+ - '0.12'
6
+ - '0.10'
7
after_script:
- - npm run coveralls
8
+ - npm run coveralls
0 commit comments