浏览代码

Fix Travis CI build.

PiperOrigin-RevId: 309138195
ld
Victor Costan 4 年前
父节点
当前提交
23b6337f69
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. +7
    -1
      .travis.yml

+ 7
- 1
.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:

正在加载...
取消
保存