Install node version as well

This commit is contained in:
Patrick Niklaus 2017-04-12 17:39:57 +00:00 committed by Patrick Niklaus
parent afb553a31e
commit 1080d25fcf

View File

@ -229,6 +229,7 @@ matrix:
before_install:
- source $NVM_DIR/nvm.sh
- nvm install $NODE
- nvm use $NODE
- node --version
- if [[ ! -z $TARGET_ARCH ]] ; then source ./scripts/travis/before_install.$TARGET_ARCH.sh ; fi