Skip to content

Commit f48a5c3

Browse files
committed
Use mirror to download PhantomJS
BitBucket download is really unreliable and fails our Ruby builds
1 parent 8826009 commit f48a5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ script:
4747
- |
4848
if [[ $RB_FILES_CHANGED == rb/* ]]; then
4949
export PHANTOMJS_NAME=phantomjs-2.1.1-linux-x86_64
50-
curl -L -O "https://bitbucket.org/ariya/phantomjs/downloads/${PHANTOMJS_NAME}.tar.bz2"
50+
curl -L -O "https://cnpmjs.org/mirrors/phantomjs/${PHANTOMJS_NAME}.tar.bz2"
5151
tar -xvjf $PHANTOMJS_NAME.tar.bz2
5252
chmod +x $PHANTOMJS_NAME/bin/phantomjs
5353
mv $PHANTOMJS_NAME/bin/phantomjs chrome-linux/phantomjs

0 commit comments

Comments
 (0)