Fix travis.yml
This commit is contained in:
parent
eb8f785e91
commit
73023087f7
|
@ -24,8 +24,10 @@ install:
|
|||
export CXX=g++-7;
|
||||
fi;
|
||||
elif [ $TRAVIS_OS_NAME = osx ]; then
|
||||
if [ "$CXX" = "g++" ]; then
|
||||
brew install gcc@7;
|
||||
export CXX=g++-7
|
||||
export CXX=g++-7;
|
||||
fi;
|
||||
fi;
|
||||
env:
|
||||
global:
|
||||
|
|
Loading…
Reference in New Issue
Block a user