Skip to content
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.

Commit

Permalink
Update PhantomJS to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yangkookkim committed Feb 22, 2016
1 parent a8427bc commit fe6d409
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions circleci-provision-scripts/phantomjs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
function install_phantomjs() {
echo '>>> Installing PhantomJS'

curl --output /home/ubuntu/bin/phantomjs-2.0.1-linux-x86_64-dynamic https://s3.amazonaws.com/circle-support-bucket/phantomjs/phantomjs-2.0.1-linux-x86_64-dynamic
chmod a+x /home/ubuntu/bin/phantomjs-2.0.1-linux-x86_64-dynamic
sudo ln -s --force /home/ubuntu/bin/phantomjs-2.0.1-linux-x86_64-dynamic /usr/local/bin/phantomjs
curl --output /usr/local/bin/phantomjs https://s3.amazonaws.com/circle-downloads/phantomjs-2.1.1
}

0 comments on commit fe6d409

Please sign in to comment.