diff --git a/.travis.yml b/.travis.yml index 018399b3d..1f4cb35f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,12 @@ jobs: - stage: platform-test node_js: "lts/argon" os: osx + - stage: platform-test + node_js: "0.12" + os: linux + - stage: platform-test + node_js: "0.10" + os: linux addons: apt: diff --git a/appveyor.yml b/appveyor.yml index fad8c01bb..37d38103d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -136,6 +136,12 @@ environment: SKIP_SASS_BINARY_DOWNLOAD_FOR_CI: true matrix: + - nodejs_version: 0.10 + GYP_MSVS_VERSION: 2013 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013 + - nodejs_version: 0.12 + GYP_MSVS_VERSION: 2013 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013 - nodejs_version: 4 GYP_MSVS_VERSION: 2013 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013