Switch to node 6

... because 4 is ooold, and I'd like to use the same version on travis.
pull/2009/head
Richard van der Hoff 2016-08-25 14:25:05 +01:00
parent d495a5b747
commit df026aede2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set -e
export NVM_DIR="/home/jenkins/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
nvm use 4
nvm use 6
set -x