Skip to content

Commit 199fa1f

Browse files
committed
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.
1 parent dd1d7f6 commit 199fa1f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ os:
55
- osx
66

77
osx_image:
8+
- xcode7.3
9+
- xcode8.3
810
- xcode9.4
9-
# Pending Core Text rendering fix for Mojave (#751)
10-
#- xcode10.1
11+
- xcode10.1
1112

1213
compiler:
1314
- clang
@@ -74,6 +75,8 @@ deploy:
7475
file: src/MacVim/build/Release/MacVim.dmg
7576
skip_cleanup: true
7677
on:
78+
# Pending Core Text rendering fix for Mojave (#751) before this can be swithced to Xcode 10 / macOS 10.14
79+
condition: $TRAVIS_OSX_IMAGE = xcode9.4
7780
all_branches: true
7881
tags: true
7982
repo: macvim-dev/macvim

0 commit comments

Comments
 (0)