diff options
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 630636075..00032ec26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,15 @@ compiler: - clang - gcc +matrix: + exclude: + # osx use always clang for build... + - os: osx + compiler: gcc + install: #macos - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update; fi -# - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install libtool; fi #linux - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update || true; fi - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install build-essential; fi |