Skip to content

Commit

Permalink
travis: Exclude gcc for the macOS target
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lu-zero committed Apr 20, 2017
1 parent 5352802 commit 4809781
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ addons:
compiler:
- clang
- gcc
matrix:
exclude:
- os: osx
compiler: gcc
cache:
directories:
- libav-samples
Expand Down

0 comments on commit 4809781

Please sign in to comment.