[openssl-commits] [openssl] master update
Andy Polyakov
appro at openssl.org
Fri Feb 12 20:47:59 UTC 2016
The branch master has been updated
via dbf9a33c433dedacbb6e0bc22f7aa87e27af2966 (commit)
from 2b91ec7575ca94319a979ed9d23106b061dda095 (commit)
- Log -----------------------------------------------------------------
commit dbf9a33c433dedacbb6e0bc22f7aa87e27af2966
Author: Andy Polyakov <appro at openssl.org>
Date: Fri Feb 12 11:45:44 2016 +0100
.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 at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 2 ++
1 file changed, 2 insertions(+)
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
More information about the openssl-commits
mailing list