diff --git a/.travis.yml b/.travis.yml index 8893c565e..f7d17297d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,12 @@ jobs: - stage: platform-test node_js: "node" os: osx + - stage: platform-test + node_js: "9" + os: linux + - stage: platform-test + node_js: "9" + os: osx - stage: platform-test node_js: "7" os: linux diff --git a/appveyor.yml b/appveyor.yml index bcf5b4d47..fad8c01bb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -67,6 +67,9 @@ - nodejs_version: 9 GYP_MSVS_VERSION: 2015 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 + - nodejs_version: 10 + GYP_MSVS_VERSION: 2015 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 install: - ps: Install-Product node $env:nodejs_version $env:platform @@ -148,6 +151,9 @@ - nodejs_version: 9 GYP_MSVS_VERSION: 2015 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 + - nodejs_version: 10 + GYP_MSVS_VERSION: 2015 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 install: - ps: Install-Product node $env:nodejs_version $env:platform