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 824a8b3 commit ff492e0Copy full SHA for ff492e0
.travis.yml
@@ -2,7 +2,9 @@ language: node_js
2
node_js:
3
- "0.10"
4
- "0.12"
5
-- "iojs-v1"
6
-- "iojs-v2"
+- "1"
+- "2"
7
+- "3"
8
+- "4"
9
script: "npm run-script test-travis"
10
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
0 commit comments