Restore node testing on Travis (for Ubuntu Trusty)

This commit is contained in:
William S Fulton 2017-09-12 08:32:49 +01:00
commit cac396eb56
2 changed files with 6 additions and 8 deletions

View file

@ -33,10 +33,7 @@ case "$SWIGLANG" in
"javascript")
case "$ENGINE" in
"node")
travis_retry sudo add-apt-repository -y ppa:chris-lea/node.js
travis_retry sudo apt-get -qq update
travis_retry sudo apt-get install -qq nodejs rlwrap
travis_retry sudo npm install -g node-gyp
travis_retry sudo apt-get install -qq nodejs node-gyp
;;
"jsc")
travis_retry sudo apt-get install -qq libwebkitgtk-dev