diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index fef4f94d..2fefb3b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,13 @@ env: - CONFIG=full-debug install: - tests/travis/install-build-depends +matrix: + exclude: + - os: osx + compiler: gcc +os: + - linux + - osx script: - tests/travis/build-and-test after_success: |
