Skip to content

Commit 810596b

Browse files
committed
Install node version as well
1 parent acabf00 commit 810596b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ matrix:
230230

231231
before_install:
232232
- source $NVM_DIR/nvm.sh
233+
- nvm install $NODE
233234
- nvm use $NODE
234235
- node --version
235236
- if [[ ! -z $TARGET_ARCH ]] ; then source ./scripts/travis/before_install.$TARGET_ARCH.sh ; fi

0 commit comments

Comments
 (0)