From 7be85ed0f58cc2a7f61f24002c55fac335508079 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sat, 27 Jul 2019 11:50:44 +0200 Subject: [PATCH] ci: Travis: single osx job [ci skip] (#10614) The "osx" jobs are the slowest ones, and often still flaky. I think it is good enough to have a single one there (since they only use different compilers). This should improve build times in general (with multiple running builds, since we're using less jobs per build), and also make flaky job failures less likely. --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5e29166d0f..1f4b83c184 100644 --- a/.travis.yml +++ b/.travis.yml @@ -125,12 +125,6 @@ jobs: osx_image: xcode10.2 # macOS 10.14 env: - *common-job-env - - name: "macOS: gcc" - os: osx - compiler: gcc - osx_image: xcode10.2 # macOS 10.14 - env: - - *common-job-env - name: gcc-coverage (gcc 9) os: linux