Update to Node 7.10.0

This commit is contained in:
Wliu
2017-05-11 12:10:27 -04:00
parent adc2bd0a35
commit 4f1b5b70b5
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.4.0 DISPLAY=:99.0 CC=clang CXX=clang++ npm_config_clang=1
env: NODE_VERSION=7.10.0 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.4.0
- NODE_VERSION: 7.10.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.4.0
- nvm use 7.4.0
- nvm install 7.10.0
- nvm use 7.10.0
- npm install -g npm
override: