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 ace7428 commit 9d59d45Copy full SHA for 9d59d45
.travis.yml
@@ -1,10 +1,13 @@
1
+sudo: false
2
language: node_js
3
node_js:
4
+ - "iojs"
5
+ - "0.13"
6
+ - "0.12"
7
- "0.10"
- - "0.11"
8
matrix:
9
allow_failures:
- - node_js: "0.10"
10
+ - node_js: "0.13"
11
fast_finish: true
12
script: "npm run-script test-travis"
-after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls"
13
+after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls"
0 commit comments