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