aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index bc52ffa..964c157 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,12 @@ language:
services:
- docker
+matrix:
+ exclude:
+ # On OS X gcc is just a wrapper around clang, so don't waste time testing that
+ - os: osx
+ compiler: gcc
+
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ninja python3; fi