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

Commit

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

curl --output /usr/local/bin/phantomjs https://s3.amazonaws.com/circle-downloads/phantomjs-2.1.1
local BIN=/usr/local/bin/phantomjs

curl --output $BIN https://s3.amazonaws.com/circle-downloads/phantomjs-2.1.1
chmod +x $BIN
}

0 comments on commit e211623

Please sign in to comment.