Skip to content

Commit

Permalink
Restore old node to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed Jul 5, 2018
1 parent ef713a7 commit cc6ff42
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -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:
Expand Down
6 changes: 6 additions & 0 deletions appveyor.yml
Expand Up @@ -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
Expand Down

0 comments on commit cc6ff42

Please sign in to comment.