Skip to content

Commit

Permalink
travis: fast finish builds.
Browse files Browse the repository at this point in the history
Show failing Linux builds (which run much more quickly) before the macOS
build has completed.

https://docs.travis-ci.com/user/customizing-the-build/#Fast-Finishing
  • Loading branch information
MikeMcQuaid committed Jul 30, 2017
1 parent 896f41f commit 7ea1841
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cache:
- $HOME/Library/Caches/Homebrew/tests

matrix:
fast_finish: true
include:
- os: osx
osx_image: xcode8.3
Expand Down

0 comments on commit 7ea1841

Please sign in to comment.