Test on CI

This commit is contained in:
Wliu
2017-01-24 19:57:12 -05:00
parent 038f03a89f
commit 86b8f67879
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ git:
matrix:
include:
- os: linux
env: NODE_VERSION=4.4.7 DISPLAY=:99.0 CC=clang CXX=clang++ npm_config_clang=1
env: NODE_VERSION=7.4.0 DISPLAY=:99.0 CC=clang CXX=clang++ npm_config_clang=1
sudo: false

View File

@@ -15,7 +15,7 @@ environment:
ATOM_DEV_RESOURCE_PATH: c:\projects\atom
matrix:
- NODE_VERSION: 6.8.0
- NODE_VERSION: 7.4.0
install:
- SET PATH=C:\Program Files\Atom\resources\cli;%PATH%

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 4.4.7
- nvm use 4.4.7
- nvm install 7.4.0
- nvm use 7.4.0
- npm install -g npm
override: