diff --git a/.travis.yml b/.travis.yml index d0b6a04..0ac1755 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,4 @@ -language: c++ -os: - - linux - - osx -compiler: - - clang - - gcc +language: cpp before_install: - | if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then @@ -19,10 +13,16 @@ before_script: - cd build - cmake .. script: - - make + - cmake --build . - test/run-tests matrix: - exclude: + include: - os: linux + compiler: gcc + - os: osx + compiler: clang + - os: osx + compiler: gcc + - os: windows compiler: clang