We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd38fc commit 30cd5b8Copy full SHA for 30cd5b8
.travis.yml
@@ -3,6 +3,8 @@ node_js:
3
- "0.8"
4
- "0.10"
5
- "0.12"
6
+ - "1.0"
7
+ - "1.5"
8
sudo: false
9
script: "npm run-script test-travis"
10
after_script: "npm install [email protected] && cat ./coverage/lcov.info | coveralls"
0 commit comments