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 aec36c8 commit 40c40a9Copy full SHA for 40c40a9
.travis.yml
@@ -6,7 +6,7 @@ node_js:
6
- "1.8"
7
- "2.5"
8
- "3.3"
9
- - "4.2"
+ - "4.4"
10
- "5.3"
11
sudo: false
12
before_install:
appveyor.yml
@@ -6,7 +6,7 @@ environment:
- nodejs_version: "1.8"
- nodejs_version: "2.5"
- nodejs_version: "3.3"
- - nodejs_version: "4.2"
+ - nodejs_version: "4.4"
- nodejs_version: "5.3"
install:
- ps: Install-Product node $env:nodejs_version
0 commit comments