summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Smith <binji@chromium.org>2016-10-13 16:26:35 -0700
committerBen Smith <binji@chromium.org>2016-10-13 16:28:36 -0700
commit7d9d479a2c9fc3eceb8ce8fd2c0636772eb68dac (patch)
treea7e4b6067e02527f50c409b885071375db328e01
parentb2ea38aa1d7314252a087005db08a95e8ff9c63d (diff)
downloadwabt-7d9d479a2c9fc3eceb8ce8fd2c0636772eb68dac.tar.gz
wabt-7d9d479a2c9fc3eceb8ce8fd2c0636772eb68dac.tar.bz2
wabt-7d9d479a2c9fc3eceb8ce8fd2c0636772eb68dac.zip
Allow failures on the OSX build
They OSX builds are very slow to run; it's good to test them, but they're unlikely to differ from the Linux builds significantly.
-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