]> granicus.if.org Git - openssl/commit
.travis.yml: exclude gcc from MacOS X CI builds.
authorAndy Polyakov <appro@openssl.org>
Fri, 12 Feb 2016 10:45:44 +0000 (11:45 +0100)
committerAndy Polyakov <appro@openssl.org>
Fri, 12 Feb 2016 20:47:44 +0000 (21:47 +0100)
commitdbf9a33c433dedacbb6e0bc22f7aa87e27af2966
tree6b10a0af738107faefcc34a1eeb071c73c72e660
parent2b91ec7575ca94319a979ed9d23106b061dda095
.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>
.travis.yml