summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8df384e1a..0d9760817 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,14 @@ compiler:
- clang
- gcc
+# On OSX, 'gcc' is an alias for 'clang' anyway, and finding/installing
+# a gcc would be a bit of extra work with uncertain benefits. So on
+# OSX, we only do the 'clang' builds.
+jobs:
+ exclude:
+ - os: osx
+ compiler: gcc
+
# Note: Keep the sudo commands in .travis.yml - they do not work from
# a helper shell script.
before_install: