Upgrade CI servers NodeJS version (#434)

Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
Juan Cruz Viotti 2016-05-24 14:21:23 -04:00
parent 6af2bd0d30
commit c8edafdad8
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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