Commit 10c2fa4f authored by Stefan Behnel's avatar Stefan Behnel

Set macos deployment target version in travis builds.

Revert: Downgrade XCode on travis for Py2 to see if that fixes the clang build problems.
parent da8edd37
......@@ -41,15 +41,15 @@ matrix:
include:
# slowest first
- os: osx
osx_image: xcode9.3
env: PY=2
osx_image: xcode10.3
env: PY=2 MACOSX_DEPLOYMENT_TARGET=10.9
python: 2
language: c
compiler: clang
cache: false
- os: osx
osx_image: xcode10.3
env: PY=3
env: PY=3 MACOSX_DEPLOYMENT_TARGET=10.9
python: 3
language: c
compiler: clang
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment