From 347d5f40652aa882576b68e7070676867de8bcab Mon Sep 17 00:00:00 2001 From: David Rautureau Date: Mon, 22 Aug 2016 09:02:28 +0200 Subject: [PATCH] BUILD-155 Download PhantomJS from Repox (#1155) --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index 196773cfbcc..cd40c832ac1 100755 --- a/travis.sh +++ b/travis.sh @@ -7,7 +7,7 @@ function installPhantomJs { mkdir -p ~/phantomjs pushd ~/phantomjs > /dev/null if [ ! -d "phantomjs-2.1.1-linux-x86_64" ]; then - wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 -O phantomjs-2.1.1-linux-x86_64.tar.bz2 + wget https://repox.sonarsource.com/public-3rd-parties/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -O phantomjs-2.1.1-linux-x86_64.tar.bz2 tar -xf phantomjs-2.1.1-linux-x86_64.tar.bz2 rm phantomjs-2.1.1-linux-x86_64.tar.bz2 fi -- 2.39.5