From 254bf6baaab4e1b96e228a26dc4382dfaaf04a0d Mon Sep 17 00:00:00 2001 From: nirenjan Date: Tue, 19 May 2020 14:20:18 -0700 Subject: [PATCH] Allow builds on OSX to fail without affecting the overall build --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index bc7a7a8..f1156de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,8 @@ jobs: - os: linux dist: bionic compiler: clang + allow_failures: + - os: osx # Install dependencies addons: