mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
ci: .travis.yml: Minimize scope of osx_image directive. (#5420)
This commit is contained in:
parent
6186df3562
commit
91e9c0a7ee
@ -1,9 +1,6 @@
|
||||
sudo: false
|
||||
language: c
|
||||
|
||||
# macOS 10.11
|
||||
osx_image: xcode7.3
|
||||
|
||||
env:
|
||||
global:
|
||||
# To force rebuilding of third-party dependencies, set this to 'true'.
|
||||
@ -80,8 +77,10 @@ matrix:
|
||||
env: CLANG_SANITIZER=TSAN
|
||||
- os: osx
|
||||
compiler: clang
|
||||
osx_image: xcode7.3 # macOS 10.11
|
||||
- os: osx
|
||||
compiler: gcc-4.9
|
||||
osx_image: xcode7.3 # macOS 10.11
|
||||
fast_finish: true
|
||||
|
||||
before_install: .ci/before_install.sh
|
||||
|
Loading…
Reference in New Issue
Block a user