mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 19:24:48 +02:00
Fix travis build on macOS
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user