Fix travis build on macOS

This commit is contained in:
Victor Zverovich 2017-10-20 06:47:17 -07:00
parent b83241ff4d
commit 25aac0bee5

View File

@ -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