Allow the OSX build to fail on travis.

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.
This commit is contained in:
iphydf 2016-09-22 14:42:29 +01:00
parent 78d77349e4
commit fd50660f40
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -17,6 +17,9 @@ matrix:
- env: JOB=toxcore ENV=windows ARCH=x86_64 - env: JOB=toxcore ENV=windows ARCH=x86_64
services: services:
- docker - docker
fast_finish: true
allow_failures:
- os: osx
addons: addons:
apt: apt: