Revert to Node 6 on CI

This commit is contained in:
Michelle Tilley 2017-05-30 17:04:11 -07:00
parent 7a93e9d8c4
commit 93b742700c
No known key found for this signature in database
GPG Key ID: CD86C13E51F378DA
3 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ matrix:
include:
- os: linux
dist: trusty
env: NODE_VERSION=7.10.0 DISPLAY=:99.0 CC=clang CXX=clang++ npm_config_clang=1
env: NODE_VERSION=6.9.4 DISPLAY=:99.0 CC=clang CXX=clang++ npm_config_clang=1
sudo: required

View File

@ -20,7 +20,7 @@ environment:
ATOM_DEV_RESOURCE_PATH: c:\projects\atom
matrix:
- NODE_VERSION: 7.10.0
- NODE_VERSION: 6.8.0
matrix:
fast_finish: true

View File

@ -16,8 +16,8 @@ general:
dependencies:
pre:
- curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.3/install.sh | bash
- nvm install 7.10.0
- nvm use 7.10.0
- nvm install 6.9.4
- nvm use 6.9.4
- npm install -g npm
override: