From: Ivan Maidanski Date: Sun, 29 Jan 2017 05:39:43 +0000 (+0300) Subject: Travis CI: Exclude osx/gcc builds X-Git-Tag: v8.0.0~944 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=870b1a7efddf4afbafd39dc875e6fa7bfdbabd93;p=gc Travis CI: Exclude osx/gcc builds (gcc is an alias to clang on OS X) --- diff --git a/.travis.yml b/.travis.yml index 1cf3e58a..34a7799a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,11 @@ compiler: - clang - gcc +matrix: + exclude: + - os: osx + compiler: gcc + sudo: false install: