1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 16:26:29 +00:00

travis OS X: use xcode 8.3 (not broken)

builds on xcode6.4 are broken since quite a while.
other xcode versions < 8.3 are also broken in the same way.
This commit is contained in:
Thomas Waldmann 2018-05-07 17:51:39 +02:00
parent 83c8734d70
commit c7503f6518

View file

@ -26,11 +26,11 @@ matrix:
env: TOXENV=py36 env: TOXENV=py36
- language: generic - language: generic
os: osx os: osx
osx_image: xcode6.4 osx_image: xcode8.3
env: TOXENV=py35 env: TOXENV=py35
- language: generic - language: generic
os: osx os: osx
osx_image: xcode6.4 osx_image: xcode8.3
env: TOXENV=py36 env: TOXENV=py36
before_install: before_install: