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 40c40a9 commit e5f26eeCopy full SHA for e5f26ee
.travis.yml
@@ -7,7 +7,7 @@ node_js:
7
- "2.5"
8
- "3.3"
9
- "4.4"
10
- - "5.3"
+ - "5.10"
11
sudo: false
12
before_install:
13
# Setup Node.js version-specific dependencies
appveyor.yml
@@ -7,7 +7,7 @@ environment:
- nodejs_version: "2.5"
- nodejs_version: "3.3"
- nodejs_version: "4.4"
- - nodejs_version: "5.3"
+ - nodejs_version: "5.10"
install:
- ps: Install-Product node $env:nodejs_version
- if "%nodejs_version%" equ "0.8" npm rm --save-dev istanbul
0 commit comments