Download phantomjs from our own mirrir
the Amazon S3 connection at Travis seems to be a bit flaky...
This commit is contained in:
parent
2cab7f02eb
commit
192699f051
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ branches:
|
|||
before_install:
|
||||
- gem install bundler
|
||||
- mkdir travis-phantomjs
|
||||
- wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
|
||||
- wget https://cifiles.diasporafoundation.org/phantomjs-2.1.1-linux-x86_64.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
|
||||
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs
|
||||
- export PATH=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue