Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase authored Feb 7, 2018
1 parent 57ea50c commit 67e6c2f
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 @@ -19,7 +19,7 @@ script:
# On OSX, gcc is a wrapper around clang, so use gcc from homebrew
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]] && [[ "${CC}" == "gcc" ]]; then
brew install gcc;
brew link --overwrite gcc
brew link --overwrite gcc;
export CC=gcc;
export CXX=g++;
fi
Expand Down

0 comments on commit 67e6c2f

Please sign in to comment.