mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-19 01:06:36 +00:00
Upgrade CI servers NodeJS version (#434)
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
parent
6af2bd0d30
commit
c8edafdad8
@ -2,7 +2,7 @@ language: cpp
|
|||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- NODE_VERSION="5"
|
- NODE_VERSION="6.1.0"
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
@ -17,12 +17,10 @@ environment:
|
|||||||
npm_config_target: 0.37.6
|
npm_config_target: 0.37.6
|
||||||
npm_config_arch: x64
|
npm_config_arch: x64
|
||||||
matrix:
|
matrix:
|
||||||
- nodejs_version: 5
|
- nodejs_version: 6.1.0
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ps: Install-Product node $env:nodejs_version x64
|
- ps: Install-Product node $env:nodejs_version x64
|
||||||
- npm -g install npm@2
|
|
||||||
- set PATH=%APPDATA%\npm;%PATH%
|
|
||||||
- npm install --build-from-source
|
- npm install --build-from-source
|
||||||
- npm install -g bower
|
- npm install -g bower
|
||||||
- bower install
|
- bower install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user