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:
Justin M. Keyes 2016-09-23 17:06:54 +02:00 committed by GitHub
parent 3c53371b0c
commit e6d32c1010

View File

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