Skip to content

Commit bfd2d96

Browse files
committed
phantomjs mirror chosen is flaky. updating download location, but commenting out. The tests pass with the version installed in travis anyways.
1 parent a60f0ee commit bfd2d96

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,11 @@ script:
8383
fi
8484
- |
8585
if [[ $TARGET+$TOXENV == *"phantomjs"* ]]; then
86-
export PHANTOMJS_NAME=phantomjs-2.1.1-linux-x86_64
87-
curl -L -O "https://cnpmjs.org/mirrors/phantomjs/${PHANTOMJS_NAME}.tar.bz2"
88-
tar -xvjf $PHANTOMJS_NAME.tar.bz2
89-
chmod +x $PHANTOMJS_NAME/bin/phantomjs
86+
#export PHANTOMJS_NAME=phantomjs-2.1.1-linux-x86_64
87+
#curl -OL "https://bitbucket.org/ariya/phantomjs/downloads/${PHANTOMJS_NAME}.tar.bz2"
88+
#tar -xvjf $PHANTOMJS_NAME.tar.bz2
89+
#chmod +x $PHANTOMJS_NAME/bin/phantomjs
90+
phantomjs -v
9091
fi
9192
- |
9293
if [[ $TOXENV == *"remote"* ]]; then

0 commit comments

Comments
 (0)