Skip to content

Instantly share code, notes, and snippets.

@hubertlepicki
Created May 12, 2015 06:32
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save hubertlepicki/5cda0fe151cb4f759b7e to your computer and use it in GitHub Desktop.
Save hubertlepicki/5cda0fe151cb4f759b7e to your computer and use it in GitHub Desktop.
PhantomJS 2.0.1 on codeship
# I am pasting that into setup steps
# binary provided by the amazing Codeship.io support
PHANTOMJS_URL="https://s3.amazonaws.com/codeship.io/checkbot/binaries/phantomjs_2.0.1"
set -e
rm -rf ~/.phantomjs
wget --continue "${PHANTOMJS_URL}" -O "${HOME}/cache/phantomjs"
ln -s "${HOME}/cache/phantomjs" "${HOME}/bin/"
chmod +x "${HOME}/bin/phantomjs"
@davidstosik
Copy link

Thanks! 👍

@dbernazal
Copy link

Thanks!

@unremarkable008
Copy link

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment