Skip to content

Commit 0a444c1

Browse files
authored
Merge pull request #797 from ychin/travis-deploy-mojave
Switch Travis CI to deploy MacVim in Xcode 10 / Mojave SDK
2 parents 41adbab + cf80560 commit 0a444c1

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)