travis: set 'osx_image' to 'xcode7.3' instead of 'osx10.11'

https://docs.travis-ci.com/user/languages/objective-c#Supported-Xcode-versions
This commit is contained in:
Cosimo Lupo 2016-04-28 15:39:59 +01:00
parent 7a9c6be76c
commit ce15359dc4

View File

@ -23,7 +23,7 @@ matrix:
- language: generic
os: osx
# this is to test on 10.11 El Capitan which comes with Python 2.7.10
osx_image: osx10.11
osx_image: xcode7.3
env: TOXENV=py27
- language: generic
os: osx