Skip to content

Commit

Permalink
Fix Travis CI build.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 309138195
  • Loading branch information
pwnall committed Apr 30, 2020
1 parent 5c6dd75 commit 23b6337
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@

language: cpp
dist: bionic
osx_image: xcode10.3
osx_image: xcode11.3

compiler:
- gcc
Expand All @@ -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:
Expand Down

0 comments on commit 23b6337

Please sign in to comment.