TRAVIS: Don't build with gcc on Mac OS X (#1692)

* TRAVIS: Don't build with gcc on Mac OS X

gcc on Mac OS X is just a frontend for LLVM.

* TRAVIS: Fix building with clang on Linux
This commit is contained in:
Cameron Cawley 2019-06-21 16:05:39 +01:00 committed by GitHub
parent 12b5dde457
commit 027e41632f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,13 +51,14 @@ branches:
only:
- master
compiler:
- gcc
- clang
os:
- linux
- osx
matrix:
include:
- os: linux
compiler: gcc
- os: linux
compiler: clang
- os: osx
compiler: clang
dist: trusty