mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
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:
parent
78d77349e4
commit
fd50660f40
|
@ -17,6 +17,9 @@ matrix:
|
|||
- env: JOB=toxcore ENV=windows ARCH=x86_64
|
||||
services:
|
||||
- docker
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- os: osx
|
||||
|
||||
addons:
|
||||
apt:
|
||||
|
|
Loading…
Reference in New Issue
Block a user