From 77000499eb28b6f1ba90db83a184f86e6902aa78 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Thu, 20 Dec 2018 16:02:35 +0000 Subject: [PATCH] travis: Disable coverage for static OSX build There is no need to run this coverage build as we don't have any OSX-specific code. This build is very slow, and disabling it reduces our overall travis build time by ~10 minutes. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 348291c8f..9c8bfd987 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ matrix: env: AUTOTOOLS=no COVERAGE=no BUILD=shared - os: osx compiler: clang - env: AUTOTOOLS=no COVERAGE=yes BUILD=static + env: AUTOTOOLS=no COVERAGE=no BUILD=static - os: osx compiler: clang env: AUTOTOOLS=yes COVERAGE=no BUILD=shared