travis: Exclude gcc for the macOS target

On a normal macOS setup, 'gcc' is a symlink to clang. Therefore there is
little point in running the tests twice, with CC=gcc and CC=clang.
This commit is contained in:
Luca Barbato 2017-04-18 20:21:35 +02:00
parent 5352802da8
commit 4809781586
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ addons:
compiler:
- clang
- gcc
matrix:
exclude:
- os: osx
compiler: gcc
cache:
directories:
- libav-samples