summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-09-22 14:42:29 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-09-22 14:46:51 +0100
commitfd50660f407bf3457c4c5ae943c3978aa6054bba (patch)
treee59fc51806a273810b4f86e51f5a048e46c756a5 /.travis.yml
parent78d77349e499fe4e62d2187c8c696c6714ba6663 (diff)
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 50bedc8d..e5460047 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,9 @@ matrix:
17 - env: JOB=toxcore ENV=windows ARCH=x86_64 17 - env: JOB=toxcore ENV=windows ARCH=x86_64
18 services: 18 services:
19 - docker 19 - docker
20 fast_finish: true
21 allow_failures:
22 - os: osx
20 23
21addons: 24addons:
22 apt: 25 apt: