Fix Travis CI build.
PiperOrigin-RevId: 309138195
This commit is contained in:
parent
5c6dd75897
commit
23b6337f69
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
language: cpp
|
language: cpp
|
||||||
dist: bionic
|
dist: bionic
|
||||||
osx_image: xcode10.3
|
osx_image: xcode11.3
|
||||||
|
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
@ -17,6 +17,12 @@ env:
|
|||||||
- BUILD_TYPE=Debug
|
- BUILD_TYPE=Debug
|
||||||
- BUILD_TYPE=RelWithDebInfo
|
- BUILD_TYPE=RelWithDebInfo
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
allow_failures:
|
||||||
|
# Homebrew's GCC is currently broken on XCode 11.
|
||||||
|
- compiler: gcc
|
||||||
|
os: osx
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user