Fix travis build on macOS
This commit is contained in:
parent
b83241ff4d
commit
25aac0bee5
@ -31,7 +31,7 @@ addons:
|
|||||||
- g++-6
|
- g++-6
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- export CXX=g++-6
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=g++-6; fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- support/travis-build.py
|
- support/travis-build.py
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user