Install node version as well

This commit is contained in:
Patrick Niklaus 2017-04-12 17:39:57 +00:00
parent acabf0075c
commit 810596bb83

View File

@ -230,6 +230,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