try to fix osX build issue

This commit is contained in:
Pascal 2017-10-29 16:06:29 +01:00
parent c2a7f874dc
commit dfa3343cb4

View file

@ -17,6 +17,7 @@ compiler:
script:
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]] && [[ "${CC}" == "gcc" ]]; then
brew update;
brew install gcc48;
export CC=gcc-4.8;
export CXX=g++-4.8;