summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 71ecc300..c0c28dfc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,3 +41,10 @@ matrix:
env: SANITIZER=ubsan
- os: osx
compiler: clang
+
+ # Allow failures on the Mac bots. We'd rather not, but they are quite slow.
+ allow_failures:
+ - os: osx
+ compiler: clang
+
+ fast_finish: true