mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
ci: .travis.yml: Upgrade to macOS 10.11 / xcode7.3 (#5378)
Update to a recent, but not bleeding-edge, version of macOS and xcode. At present, travis defaults to OS X 10.9.5 / Xcode 6.1. QuickBuild runs macOS 10.10.
This commit is contained in:
parent
3c53371b0c
commit
e6d32c1010
@ -1,6 +1,9 @@
|
||||
sudo: false
|
||||
language: c
|
||||
|
||||
# macOS 10.11
|
||||
osx_image: xcode7.3
|
||||
|
||||
env:
|
||||
global:
|
||||
# To force rebuilding of third-party dependencies, set this to 'true'.
|
||||
|
Loading…
Reference in New Issue
Block a user