Skip to content

Commit

Permalink
Try to fix travis issue with installing GCC on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Nov 29, 2017
1 parent d3cdbe9 commit 4864cf5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -74,6 +74,8 @@ matrix:

before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
# workaround for GCC install issue, remove package that installed links to /usr/local/include/c++
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew cask list && brew cask uninstall --force oclint; fi
# coreutils and cmake dependencies are already pre-installed
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install gcc@7 ninja zlib bzip2 vim binutils; fi
- eval "${MATRIX_EVAL}"
Expand Down

0 comments on commit 4864cf5

Please sign in to comment.