We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6275af6 commit ba0154dCopy full SHA for ba0154d
Tools/travis-linux-install.sh
@@ -39,9 +39,11 @@ case "$SWIGLANG" in
39
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
40
travis_retry nvm install ${VER}
41
nvm use ${VER}
42
- if [ "$VER" == "0.10" ] || [ "$VER" == "0.12" ] || [ "$VER" == "4" ] ; then
+ if [ "$VER" == "0.10" ] || [ "$VER" == "0.12" ] || [ "$VER" == "4" ] || [ "$VER" == "6" ] ; then
43
# travis_retry sudo apt-get install -qq nodejs node-gyp
44
travis_retry npm install -g node-gyp@$VER
45
+ elif [ "$VER" == "8" ] ; then
46
+ travis_retry npm install -g node-gyp@6
47
else
48
travis_retry npm install -g node-gyp
49
fi
0 commit comments