We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd1d7f6 + 199fa1f commit 8fbb254Copy full SHA for 8fbb254
1 file changed
.travis.yml
@@ -5,9 +5,10 @@ os:
5
- osx
6
7
osx_image:
8
+ - xcode7.3
9
+ - xcode8.3
10
- xcode9.4
- # Pending Core Text rendering fix for Mojave (#751)
- #- xcode10.1
11
+ - xcode10.1
12
13
compiler:
14
- clang
@@ -74,6 +75,8 @@ deploy:
74
75
file: src/MacVim/build/Release/MacVim.dmg
76
skip_cleanup: true
77
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
80
all_branches: true
81
tags: true
82
repo: macvim-dev/macvim
0 commit comments