This commit is contained in:
Jesse Beder 2019-09-16 20:13:33 +00:00 committed by GitHub
commit 9665659719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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