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:
parent
7a9c6be76c
commit
ce15359dc4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user