mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
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.
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user