Commit a124e9d4 by xzyfer Committed by Michael Mifsud

Add Node 10 to CI

parent cc7301e9
...@@ -18,6 +18,12 @@ jobs: ...@@ -18,6 +18,12 @@ jobs:
node_js: "node" node_js: "node"
os: osx os: osx
- stage: platform-test - stage: platform-test
node_js: "9"
os: linux
- stage: platform-test
node_js: "9"
os: osx
- stage: platform-test
node_js: "7" node_js: "7"
os: linux os: linux
- stage: platform-test - stage: platform-test
......
...@@ -67,6 +67,9 @@ ...@@ -67,6 +67,9 @@
- nodejs_version: 9 - nodejs_version: 9
GYP_MSVS_VERSION: 2015 GYP_MSVS_VERSION: 2015
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- nodejs_version: 10
GYP_MSVS_VERSION: 2015
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
install: install:
- ps: Install-Product node $env:nodejs_version $env:platform - ps: Install-Product node $env:nodejs_version $env:platform
...@@ -148,6 +151,9 @@ ...@@ -148,6 +151,9 @@
- nodejs_version: 9 - nodejs_version: 9
GYP_MSVS_VERSION: 2015 GYP_MSVS_VERSION: 2015
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- nodejs_version: 10
GYP_MSVS_VERSION: 2015
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
install: install:
- ps: Install-Product node $env:nodejs_version $env:platform - ps: Install-Product node $env:nodejs_version $env:platform
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment