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

[WIP] Change Travis CI job order. #1

Closed
wants to merge 1 commit into from
Closed

Commits on Jul 15, 2017

  1. Change Travis CI job order.

    1. Move the ALLOW_PR image to the top, so users' PRs will start testing
       immediately.
    2. Move the slow macOS images near the top, so they share more time with
       the rest of the faster Linux builds, which should shorten total test
       time.
    3. Merged the `install` section of both Linux and macOS.
    4. Do not install anything if $SKIP_BUILD, thus further reducing chance of
       spurious failure in the PR-CI stage (avoid the red cross appearing even
       if CI passed).
    kennytm committed Jul 15, 2017
    Configuration menu
    Copy the full SHA
    283df28 View commit details
    Browse the repository at this point in the history