1
0
forked from boostorg/bind

Do not use the gcc toolset on Travis OS X

This commit is contained in:
Peter Dimov
2016-05-21 21:38:57 +03:00
parent 8bca02ab4d
commit b3e40992ca

View File

@@ -43,4 +43,6 @@ install:
- ./b2 headers
script:
- ./b2 libs/bind/test toolset=gcc,clang
- TOOLSET=gcc,clang
- if [ $TRAVIS_OS_NAME == osx ]; then TOOLSET=clang; fi
- ./b2 libs/bind/test toolset=$TOOLSET