diff --git a/.travis.yml b/.travis.yml index 5ca3414..65e0e10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,16 @@ os: - linux - osx +compiler: + - clang + - gcc + +matrix: + exclude: + # /usr/bin/gcc on OS X is clang, so it's not meaningful to build against both. + - os: osx + compiler: gcc + addons: apt: sources: @@ -18,10 +28,6 @@ addons: - qtdeclarative5-dev - libfftw3-dev -compiler: - - clang - - gcc - before_install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi # cmake and pkg-config are already installed, liquid-dsp is handled by before_script.