Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't pointlessly install PhantomJS on Travis #11929

Merged
merged 1 commit into from
Oct 14, 2016

Commits on Oct 14, 2016

  1. Don't install PhantomJS on CI from BitBucket

    The gemified version of Jasmine uses the gemified version of PhantomJS
    which auto-installs it if it can't find your installation in ~/.phantomjs
    Travis already has a version of PhantomJS installed in a different
    location, so the gem will auto-install even if it's pointless.  Also,
    gemified PhantomJS hardcodes install URLs from BitBucket which times out
    and causes failed builds.
    
    TLDR: Don't install auto-install PhantomJS on CI. In Travis we trust.
    chrisarcand committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    445bad9 View commit details
    Browse the repository at this point in the history