Only use clang on macOS

The gcc version was using clang underneath also. If we wanted to use
gcc, we would need to ensure cmake picks it up properly. We do not
really need to test gcc on macOS, as long as things build correctly
there with the default compiler (clang).
This commit is contained in:
Ondřej Čertík 2019-11-18 12:17:24 -07:00
parent 97e90919f6
commit 18f454f1b2

View File

@ -54,8 +54,6 @@ matrix:
- echo "" > html/.nojekyll - echo "" > html/.nojekyll
- compiler: clang - compiler: clang
os: osx os: osx
- compiler: gcc
os: osx
- compiler: clang - compiler: clang
os: linux os: linux
addons: addons: