Skip to content

Commit 8e0f1b8

Browse files
committed
Update Travis deployment rule to reflect Xcode 10.2 version change
1 parent eb8983e commit 8e0f1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ deploy:
7676
file: src/MacVim/build/Release/MacVim.dmg
7777
skip_cleanup: true
7878
on:
79-
condition: $TRAVIS_OSX_IMAGE = xcode10.1
79+
condition: $TRAVIS_OSX_IMAGE = xcode10.2
8080
all_branches: true
8181
tags: true
8282
repo: macvim-dev/macvim

0 commit comments

Comments
 (0)