summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-08-06 11:15:57 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-08-06 11:15:57 +0200
commit97c1794e608b2d53fc9727e9e546c2e7d6e36411 (patch)
tree2d65450ee46a6e69b5ad3510744f0f51d88a2b75
parent6353a234d5da998909030dd334e4fe23d3bfeca7 (diff)
use bin from phantomjs website
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bcc912e19..2f650c400 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,5 +10,8 @@ script:
- sudo add-apt-repository -y ppa:chris-lea/node.js
- sudo add-apt-repository -y ppa:antono/phantomjs
- sudo apt-get update
- - sudo apt-get -y install nodejs phantomjs
+ - sudo apt-get -y install nodejs
+ - wget https://phantomjs.googlecode.com/files/phantomjs-1.9.0-linux-x86_64.tar.bz2
+ - tar xjf phantomjs-1.9.0-linux-i686.tar.bz2
+ - sudo ln -s $(pwd)/phantomjs-1.9.0-linux-x86_64/bin/phantomjs /usr/bin/phantomjs
- make unit-tests && make javascript-tests