aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-07-27 11:50:44 +0200
committerGitHub <noreply@github.com>2019-07-27 11:50:44 +0200
commit7be85ed0f58cc2a7f61f24002c55fac335508079 (patch)
treeb871581c50ef4cfdd25c01efeed71f2b5c79e0bc
parent0b4123668af65b489e188dfb1041e664a4ee3915 (diff)
downloadrneovim-7be85ed0f58cc2a7f61f24002c55fac335508079.tar.gz
rneovim-7be85ed0f58cc2a7f61f24002c55fac335508079.tar.bz2
rneovim-7be85ed0f58cc2a7f61f24002c55fac335508079.zip
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.
-rw-r--r--.travis.yml6
1 files changed, 0 insertions, 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