提交 dbf9a33c 编写于 作者: A Andy Polyakov

.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: NRichard Levitte <levitte@openssl.org>
上级 2b91ec75
...@@ -51,6 +51,8 @@ matrix: ...@@ -51,6 +51,8 @@ matrix:
exclude: exclude:
- os: osx - os: osx
compiler: clang-3.6 compiler: clang-3.6
- os: osx
compiler: gcc
- os: osx - os: osx
compiler: gcc-5 compiler: gcc-5
- os: osx - os: osx
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册