We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46d78a0 + f3ca5b1 commit f39d218Copy full SHA for f39d218
1 file changed
.travis.yml
@@ -19,6 +19,7 @@ env:
19
vi_cv_dll_name_ruby=/usr/local/opt/ruby/lib/libruby.dylib
20
VIMCMD=src/MacVim/build/Release/MacVim.app/Contents/MacOS/Vim
21
CONFOPT="--with-features=huge --enable-netbeans --with-tlib=ncurses --enable-cscope --enable-gui=macvim"
22
+ BASH_SILENCE_DEPRECATION_WARNING=1
23
24
_anchors:
25
- &lang_env
@@ -84,11 +85,11 @@ script:
84
85
86
jobs:
87
include:
88
+ - osx_image: xcode12
89
- osx_image: xcode11.3
90
<<: *lang_env
91
<<: *homebrew
92
<<: *caches
- - osx_image: xcode10.3
93
- osx_image: xcode9.4
94
- osx_image: xcode7.3
95
- stage: deploy
0 commit comments