We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41adbab commit cf80560Copy full SHA for cf80560
.travis.yml
@@ -75,8 +75,7 @@ deploy:
75
file: src/MacVim/build/Release/MacVim.dmg
76
skip_cleanup: true
77
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
+ condition: $TRAVIS_OSX_IMAGE = xcode10.1
80
all_branches: true
81
tags: true
82
repo: macvim-dev/macvim
0 commit comments