Skip to content

Commit 3cca464

Browse files
committed
Remove old versions of node from CI tests, parity with CI runners
1 parent e309f84 commit 3cca464

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ env:
44
- CXX=g++-4.8
55

66
node_js:
7+
- 8
8+
- 10
79
- 12
810

911
addons:

appveyor.yml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,9 @@
1-
os: Visual Studio 2014 CTP4
1+
os: Visual Studio 2015
22
version: "{build}"
33
build: off
44
platform: x64
55
environment:
66
matrix:
7-
- nodejs_version: "0.10"
8-
nodejs_arch: "x86"
9-
- nodejs_version: "0.10"
10-
nodejs_arch: "x64"
11-
- nodejs_version: "0.12"
12-
nodejs_arch: "x86"
13-
- nodejs_version: "0.12"
14-
nodejs_arch: "x64"
15-
- nodejs_version: "2"
16-
nodejs_arch: "x86"
17-
- nodejs_version: "2"
18-
nodejs_arch: "x64"
19-
- nodejs_version: "4"
20-
nodejs_arch: "x64"
21-
- nodejs_version: "6"
22-
nodejs_arch: "x64"
237
- nodejs_version: "8"
248
nodejs_arch: "x64"
259
- nodejs_version: "10"
@@ -28,6 +12,6 @@ environment:
2812
nodejs_arch: "x64"
2913
install:
3014
- ps: Install-Product node $env:nodejs_version $env:nodejs_arch
31-
- npm install --msvs_version=2013
15+
- npm install --msvs_version=2015
3216
test_script:
3317
- npm test

0 commit comments

Comments
 (0)