From ddccf2c84574590db430a76f17afffc5adb77f14 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Tue, 4 Jul 2017 21:29:39 -0500 Subject: [PATCH] Allow OSX tests to fail for now. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index a8f4bb0c8..8ecfd7418 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,10 @@ matrix: - os: osx osx_image: xcode8.3 env: TOOLSET=clang TEST_ALL_EXTRAS= + allow_failures: + - os: osx + osx_image: xcode8.3 + env: TOOLSET=clang TEST_ALL_EXTRAS= language: cpp script: - ./bootstrap.sh --with-toolset=${TOOLSET}