소스 검색

Remove GCC on OSX from the Travis CI matrix.

Equivalent of
db082d2cd6

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=211467181
main
costan 6 년 전
committed by Victor Costan
부모
커밋
0ef2310f67
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. +7
    -0
      .travis.yml

+ 7
- 0
.travis.yml 파일 보기

@ -17,6 +17,13 @@ env:
- BUILD_TYPE=Debug
- BUILD_TYPE=RelWithDebInfo
matrix:
exclude:
# GCC fails on recent Travis OSX images.
# https://github.com/travis-ci/travis-ci/issues/9640
- compiler: gcc
os: osx
addons:
apt:
# List of whitelisted in travis packages for ubuntu-trusty can be found here:

불러오는 중...
취소
저장