From 23b6337f69a39d16570f8a66db69b55535d59a51 Mon Sep 17 00:00:00 2001 From: Victor Costan Date: Thu, 30 Apr 2020 01:18:25 +0000 Subject: [PATCH] Fix Travis CI build. PiperOrigin-RevId: 309138195 --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 766fdc9..56c772d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ language: cpp dist: bionic -osx_image: xcode10.3 +osx_image: xcode11.3 compiler: - gcc @@ -17,6 +17,12 @@ env: - BUILD_TYPE=Debug - BUILD_TYPE=RelWithDebInfo +jobs: + allow_failures: + # Homebrew's GCC is currently broken on XCode 11. + - compiler: gcc + os: osx + addons: apt: sources: