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 e8b6f27 commit 5c21f87Copy full SHA for 5c21f87
.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-ci"
12
after_script: "npm install [email protected] && cat ./coverage/lcov.info | coveralls"
appveyor.yml
@@ -2,11 +2,7 @@ environment:
matrix:
- nodejs_version: "0.8"
- nodejs_version: "0.10"
- - nodejs_version: "0.11"
+ - nodejs_version: "0.12"
install:
- ps: Install-Product node $env:nodejs_version
- npm install
0 commit comments