Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit a124e9d

Browse files
committedApr 25, 2018
Add Node 10 to CI
1 parent cc7301e commit a124e9d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
 

‎.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
- stage: platform-test
1818
node_js: "node"
1919
os: osx
20+
- stage: platform-test
21+
node_js: "9"
22+
os: linux
23+
- stage: platform-test
24+
node_js: "9"
25+
os: osx
2026
- stage: platform-test
2127
node_js: "7"
2228
os: linux

‎appveyor.yml

+6
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767
- nodejs_version: 9
6868
GYP_MSVS_VERSION: 2015
6969
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
70+
- nodejs_version: 10
71+
GYP_MSVS_VERSION: 2015
72+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
7073

7174
install:
7275
- ps: Install-Product node $env:nodejs_version $env:platform
@@ -148,6 +151,9 @@
148151
- nodejs_version: 9
149152
GYP_MSVS_VERSION: 2015
150153
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
154+
- nodejs_version: 10
155+
GYP_MSVS_VERSION: 2015
156+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
151157

152158
install:
153159
- ps: Install-Product node $env:nodejs_version $env:platform

0 commit comments

Comments
 (0)
This repository has been archived.