Skip to content

Commit cf80560

Browse files
committed
Switch Travis CI to build MacVim in Xcode 10 / Mojave 10.14 SDK
The previous Mojave rendering artifacts have now been fixed, so we can deploy MacVim for Mojave / Xcode 10 now.
1 parent 41adbab commit cf80560

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ deploy:
7575
file: src/MacVim/build/Release/MacVim.dmg
7676
skip_cleanup: true
7777
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
78+
condition: $TRAVIS_OSX_IMAGE = xcode10.1
8079
all_branches: true
8180
tags: true
8281
repo: macvim-dev/macvim

0 commit comments

Comments
 (0)