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 5a1ef69 commit 3447de6Copy full SHA for 3447de6
.travis.yml
@@ -4,7 +4,7 @@ node_js:
4
- "0.10"
5
- "0.12"
6
- "1.8"
7
- - "2.1"
+ - "2.5"
8
sudo: false
9
before_install:
10
# Setup Node.js version-specific dependencies
appveyor.yml
@@ -4,7 +4,7 @@ environment:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "1.8"
- - nodejs_version: "2.1"
+ - nodejs_version: "2.5"
install:
- ps: Install-Product node $env:nodejs_version
- if "%nodejs_version%" equ "0.8" npm rm --save-dev istanbul
0 commit comments