Download PhantomJS over http

since Travis' wget has no clue what SNI is
who needs security anyway, right?
This commit is contained in:
Dennis Schubert 2016-06-19 13:42:04 +02:00
parent 192699f051
commit 13684216f2

View file

@ -25,7 +25,7 @@ branches:
before_install:
- gem install bundler
- mkdir travis-phantomjs
- 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
- wget http://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