From aa41bb9bc3cd0a933349042acfe68b00fffb4788 Mon Sep 17 00:00:00 2001 From: Shuai Lin Date: Tue, 17 May 2016 11:11:16 +0800 Subject: [PATCH] travis ci: download phantomjs from bintray instead of bitbucket. --- tests/install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/install-deps.sh b/tests/install-deps.sh index ab00ef5021..f25a94d614 100755 --- a/tests/install-deps.sh +++ b/tests/install-deps.sh @@ -10,7 +10,7 @@ SEAHUB_SRCDIR=$(dirname "${SEAHUB_TESTSDIR}") cd "$SEAHUB_SRCDIR" # install phantomjs -curl -L -o /tmp/phantomjs.tar.bz2 https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2 +curl -L -o /tmp/phantomjs.tar.bz2 https://dl.bintray.com/seafile-org/generic/phantomjs/phantomjs-1.9.7-linux-x86_64.tar.bz2 tar -C /tmp -xf /tmp/phantomjs.tar.bz2 sudo install -m 755 /tmp/phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/bin/phantomjs