Skip to content

Commit

Permalink
phantomjs mirror chosen is flaky. updating download location, but com…
Browse files Browse the repository at this point in the history
…menting out. The tests pass with the version installed in travis anyways.
  • Loading branch information
lukeis committed Oct 14, 2016
1 parent a60f0ee commit bfd2d96
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,11 @@ script:
fi
- |
if [[ $TARGET+$TOXENV == *"phantomjs"* ]]; then
export PHANTOMJS_NAME=phantomjs-2.1.1-linux-x86_64
curl -L -O "https://cnpmjs.org/mirrors/phantomjs/${PHANTOMJS_NAME}.tar.bz2"
tar -xvjf $PHANTOMJS_NAME.tar.bz2
chmod +x $PHANTOMJS_NAME/bin/phantomjs
#export PHANTOMJS_NAME=phantomjs-2.1.1-linux-x86_64
#curl -OL "https://bitbucket.org/ariya/phantomjs/downloads/${PHANTOMJS_NAME}.tar.bz2"
#tar -xvjf $PHANTOMJS_NAME.tar.bz2
#chmod +x $PHANTOMJS_NAME/bin/phantomjs
phantomjs -v
fi
- |
if [[ $TOXENV == *"remote"* ]]; then
Expand Down

0 comments on commit bfd2d96

Please sign in to comment.