Add more Xcode / macOS versions to test in Travis CI

This helps make sure changes utilizing newer OS features won't break old
OS versions. CI now tests from Xcode 7.3 to 10.1.
This commit is contained in:
Yee Cheng Chin
2018-11-07 02:17:50 -08:00
parent dd1d7f6c3c
commit 199fa1f766
+5 -2
View File
@@ -5,9 +5,10 @@ os:
- osx
osx_image:
- xcode7.3
- xcode8.3
- xcode9.4
# Pending Core Text rendering fix for Mojave (#751)
#- xcode10.1
- xcode10.1
compiler:
- clang
@@ -74,6 +75,8 @@ deploy:
file: src/MacVim/build/Release/MacVim.dmg
skip_cleanup: true
on:
# Pending Core Text rendering fix for Mojave (#751) before this can be swithced to Xcode 10 / macOS 10.14
condition: $TRAVIS_OSX_IMAGE = xcode9.4
all_branches: true
tags: true
repo: macvim-dev/macvim