Skip to content

Commit

Permalink
Allow the OSX build to fail on travis.
Browse files Browse the repository at this point in the history
Given that it fails about 80-90% of the time, it's not worth requiring
it to pass. Instead, we'll need to manually look at the osx build to see
in what way it failed.

Also, set `fast_finish` to true, since OSX regularly has multi-hour (up
to half a day) outages that can't block us for trivial code changes or
non-code changes.
  • Loading branch information
iphydf committed Sep 22, 2016
1 parent 78d7734 commit fd50660
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ matrix:
- env: JOB=toxcore ENV=windows ARCH=x86_64
services:
- docker
fast_finish: true
allow_failures:
- os: osx

addons:
apt:
Expand Down

0 comments on commit fd50660

Please sign in to comment.