We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1631f02 commit 01e9897Copy full SHA for 01e9897
.travis.yml
@@ -2,7 +2,7 @@ language: node_js
2
node_js:
3
- '0.12'
4
- '4.0'
5
- - 'iojs'
+ - 'stable'
6
script: "npm run test-travis"
7
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
8
deploy:
0 commit comments