diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-09-23 17:06:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-23 17:06:54 +0200 |
commit | e6d32c10100de29b369d76dabd4e02cc129e46f9 (patch) | |
tree | 8b688082afcf4aa335bfa28602f247b36b6c5c38 | |
parent | 3c53371b0ccbfa03260b5d58eef3994a656fc1a5 (diff) | |
download | rneovim-e6d32c10100de29b369d76dabd4e02cc129e46f9.tar.gz rneovim-e6d32c10100de29b369d76dabd4e02cc129e46f9.tar.bz2 rneovim-e6d32c10100de29b369d76dabd4e02cc129e46f9.zip |
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.
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 84caa349ea..41dcbeaeae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'. |