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 6446e1c commit 195e45aCopy full SHA for 195e45a
.travis.yml
@@ -4,7 +4,7 @@ node_js:
4
- "0.10"
5
- "0.12"
6
- "1.0"
7
- - "1.5"
+ - "1.8"
8
sudo: false
9
script: "npm run-script test-ci"
10
after_script: "npm install [email protected] && cat ./coverage/lcov.info | coveralls"
appveyor.yml
@@ -4,7 +4,7 @@ environment:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "1.0"
- - nodejs_version: "1.5"
+ - nodejs_version: "1.8"
install:
- ps: Install-Product node $env:nodejs_version
- npm install
0 commit comments