Skip to content

Commit

Permalink
[travis-ci] fix osx issues with gcc@8
Browse files Browse the repository at this point in the history
  • Loading branch information
spj101 committed May 28, 2019
1 parent 35ee750 commit 6d19a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ matrix:
- os: osx
osx_image: xcode10.1
env:
- MATRIX_EVAL="travis_wait 120 brew install gcc@8 && brew link gcc && CC=gcc-8 && CXX=g++-8"
- MATRIX_EVAL="travis_wait 120 brew install gcc@8 && CC=gcc-8 && CXX=g++-8"
before_install:
# update brew first, work around https://github.com/Homebrew/brew/issues/3299
- brew update
Expand Down

0 comments on commit 6d19a98

Please sign in to comment.