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:
parent
1bb89e31aa
commit
a147e7bf5a
2 changed files with 12 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue