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.
This commit is contained in:
Daniel Hahler 2019-07-27 11:50:44 +02:00 committed by GitHub
parent 0b4123668a
commit 7be85ed0f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -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