aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-02-12 11:45:44 +0100
committerAndy Polyakov <appro@openssl.org>2016-02-12 21:47:44 +0100
commitdbf9a33c433dedacbb6e0bc22f7aa87e27af2966 (patch)
tree6b10a0af738107faefcc34a1eeb071c73c72e660 /.travis.yml
parent2b91ec7575ca94319a979ed9d23106b061dda095 (diff)
downloadopenssl-dbf9a33c433dedacbb6e0bc22f7aa87e27af2966.zip
openssl-dbf9a33c433dedacbb6e0bc22f7aa87e27af2966.tar.gz
openssl-dbf9a33c433dedacbb6e0bc22f7aa87e27af2966.tar.bz2
.travis.yml: exclude gcc from MacOS X CI builds.
Contemporary Xcode gcc is a front-end to clang, so that explicit gcc build is actually redundant on MacOS X. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8e365b3..001180e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -52,6 +52,8 @@ matrix:
- os: osx
compiler: clang-3.6
- os: osx
+ compiler: gcc
+ - os: osx
compiler: gcc-5
- os: osx
compiler: i686-w64-mingw32-gcc