From fd50660f407bf3457c4c5ae943c3978aa6054bba Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 22 Sep 2016 14:42:29 +0100 Subject: [PATCH] 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. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 50bedc8de4..e546004706 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,9 @@ matrix: - env: JOB=toxcore ENV=windows ARCH=x86_64 services: - docker + fast_finish: true + allow_failures: + - os: osx addons: apt: