Commit 25aac0be authored by Victor Zverovich's avatar Victor Zverovich

Fix travis build on macOS

parent b83241ff
...@@ -31,7 +31,7 @@ addons: ...@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment