From 4809781586d1c956005f72946a2aab5915eab350 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Tue, 18 Apr 2017 20:21:35 +0200 Subject: 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. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 6f9647a701..5aa2802636 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,10 @@ addons: compiler: - clang - gcc +matrix: + exclude: + - os: osx + compiler: gcc cache: directories: - libav-samples -- cgit v1.2.1