Skip to content

Commit

Permalink
adjust travis.yml to fix broken homebrew on TravisCI-XCode11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ithanil committed Mar 7, 2020
1 parent bbf8364 commit dd85a61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ matrix:
- USE_GCOV="FALSE"

- os: osx
osx_image: xcode11
osx_image: xcode11.3
env:
- MYCXX="g++"
- USE_DOCKER="FALSE"
- USE_GCOV="FALSE"

- os: osx
osx_image: xcode11
osx_image: xcode11.3
env:
- MYCXX="clang++"
- USE_DOCKER="FALSE"
Expand Down

0 comments on commit dd85a61

Please sign in to comment.