aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorDavid Rautureau <david.rautureau@sonarsource.com>2016-08-22 09:02:28 +0200
committerGitHub <noreply@github.com>2016-08-22 09:02:28 +0200
commit347d5f40652aa882576b68e7070676867de8bcab (patch)
treef081b7896ca74b5255b2f8aae4fc743dfe8e50ca /travis.sh
parentaf161f573940fe051e32c008ec5b328a94224282 (diff)
downloadsonarqube-347d5f40652aa882576b68e7070676867de8bcab.tar.gz
sonarqube-347d5f40652aa882576b68e7070676867de8bcab.zip
BUILD-155 Download PhantomJS from Repox (#1155)
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh2
1 files changed, 1 insertions, 1 deletions
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