mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
Test on CI
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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%
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user