|
@@ -6,12 +6,11 @@ matrix:
|
|
|
allow_failures:
|
|
allow_failures:
|
|
|
- os: osx
|
|
- os: osx
|
|
|
- compiler: clang
|
|
- compiler: clang
|
|
|
-# Don't build using gcc on mac
|
|
|
|
|
exclude:
|
|
exclude:
|
|
|
|
|
+# Don't build using gcc on mac
|
|
|
- os: osx
|
|
- os: osx
|
|
|
compiler: gcc
|
|
compiler: gcc
|
|
|
# Don't try to do Coverity builds on mac
|
|
# Don't try to do Coverity builds on mac
|
|
|
- exclude:
|
|
|
|
|
- os: osx
|
|
- os: osx
|
|
|
env: COVERITY=1
|
|
env: COVERITY=1
|
|
|
# Only do coverity build on Linux when the compiler is gcc
|
|
# Only do coverity build on Linux when the compiler is gcc
|