Update Travis deployment rule to reflect Xcode 10.2 version change

This commit is contained in:
Yee Cheng Chin
2019-02-18 15:30:54 -08:00
parent eb8983e048
commit 8e0f1b8f4b
+1 -1
View File
@@ -76,7 +76,7 @@ deploy:
file: src/MacVim/build/Release/MacVim.dmg
skip_cleanup: true
on:
condition: $TRAVIS_OSX_IMAGE = xcode10.1
condition: $TRAVIS_OSX_IMAGE = xcode10.2
all_branches: true
tags: true
repo: macvim-dev/macvim