Skip to content

Commit

Permalink
Merge pull request #797 from ychin/travis-deploy-mojave
Browse files Browse the repository at this point in the history
Switch Travis CI to deploy MacVim in Xcode 10 / Mojave SDK
  • Loading branch information
ychin committed Dec 5, 2018
2 parents 41adbab + cf80560 commit 0a444c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ 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
condition: $TRAVIS_OSX_IMAGE = xcode10.1
all_branches: true
tags: true
repo: macvim-dev/macvim
Expand Down

0 comments on commit 0a444c1

Please sign in to comment.