From cf8056078182e11aa1f7ffa1a68aecd72695a1ab Mon Sep 17 00:00:00 2001 From: Yee Cheng Chin Date: Wed, 5 Dec 2018 01:21:26 -0800 Subject: [PATCH] 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. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 487b8f70c9..21535fe88f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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