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 2edb465 commit fd30b79Copy full SHA for fd30b79
.travis.yml
@@ -2,11 +2,7 @@ language: node_js
2
node_js:
3
- "0.8"
4
- "0.10"
5
- - "0.11"
6
-matrix:
7
- allow_failures:
8
- - node_js: "0.11"
9
- fast_finish: true
+ - "0.12"
10
sudo: false
11
script: "npm run-script test-travis"
12
after_script: "npm install [email protected] && cat ./coverage/lcov.info | coveralls"
0 commit comments