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