Merge pull request #1569 from TekuConcept/bug/js-travisci-v4
Fixes Travis CI Build Errors With Node-v4
This commit is contained in:
commit
9bca8ae27e
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ case "$SWIGLANG" in
|
||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
||||||
travis_retry nvm install ${VER}
|
travis_retry nvm install ${VER}
|
||||||
nvm use ${VER}
|
nvm use ${VER}
|
||||||
if [ "$VER" == "0.10" ] || [ "$VER" == "0.12" ] ; then
|
if [ "$VER" == "0.10" ] || [ "$VER" == "0.12" ] || [ "$VER" == "4" ] ; then
|
||||||
# travis_retry sudo apt-get install -qq nodejs node-gyp
|
# travis_retry sudo apt-get install -qq nodejs node-gyp
|
||||||
travis_retry npm install -g node-gyp@$VER
|
travis_retry npm install -g node-gyp@$VER
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue