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 6023c52 commit e9d4aa6Copy full SHA for e9d4aa6
.travis.yml
@@ -6,6 +6,7 @@ node_js:
6
- "1.8"
7
- "2.5"
8
- "3.3"
9
+ - "4.2"
10
sudo: false
11
before_install:
12
# Setup Node.js version-specific dependencies
appveyor.yml
@@ -6,6 +6,7 @@ environment:
- nodejs_version: "1.8"
- nodejs_version: "2.5"
- nodejs_version: "3.3"
+ - nodejs_version: "4.2"
install:
- ps: Install-Product node $env:nodejs_version
- if "%nodejs_version%" equ "0.8" npm rm --save-dev istanbul
0 commit comments