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

Trim CI down whilst we get it stable #5583

Merged
merged 1 commit into from Apr 8, 2020

Commits on Apr 8, 2020

  1. chore: Update CI to run Travis + Linux + Chromium

    Our CI build has been incredibly flakey across all three of our current
    CIs:
    
    * Appveyor: Chromium + Windows
    * Travis: Firefox + Linux, Chromium + Linux
    * Cirrus: Chromium + Linux, Chromium + Mac
    
    Legitimate issues and errors have been missed because it's expected that
    the CI is red and therefore it's not seen as an issue when a PR's build
    fails.
    
    We should have a build that covers the full combo of browsers and
    operating systems but it's more important to have a consistent, reliable
    green build where failures are genuine. So this commit strips our CI
    back to Chromium on Linux on Travis, and nothing more. Once this is
    stable we will expand out into more operating systems and bring back
    Firefox, too.
    jackfranklin committed Apr 8, 2020
    Copy the full SHA
    e4a5cde View commit details
    Browse the repository at this point in the history