Travis Trusty testing fix ups

Go back to Travis testing nodejs on Precise - can't seem to avoid
node-gyp incompatibility that does not happens in normal Ubuntu Trusty.
Ruby and Python 3.4 testing corrections for testing on Travis.
This commit is contained in:
William S Fulton 2016-10-16 16:24:46 +01:00
commit a147e7bf5a
2 changed files with 12 additions and 6 deletions

View file

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