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