Skip to content

Commit f39d218

Browse files
authored
Merge pull request #1065 from ichizok/test/xcode12
CI: Add xcode12 test
2 parents 46d78a0 + f3ca5b1 commit f39d218

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ env:
1919
vi_cv_dll_name_ruby=/usr/local/opt/ruby/lib/libruby.dylib
2020
VIMCMD=src/MacVim/build/Release/MacVim.app/Contents/MacOS/Vim
2121
CONFOPT="--with-features=huge --enable-netbeans --with-tlib=ncurses --enable-cscope --enable-gui=macvim"
22+
BASH_SILENCE_DEPRECATION_WARNING=1
2223

2324
_anchors:
2425
- &lang_env
@@ -84,11 +85,11 @@ script:
8485

8586
jobs:
8687
include:
88+
- osx_image: xcode12
8789
- osx_image: xcode11.3
8890
<<: *lang_env
8991
<<: *homebrew
9092
<<: *caches
91-
- osx_image: xcode10.3
9293
- osx_image: xcode9.4
9394
- osx_image: xcode7.3
9495
- stage: deploy

0 commit comments

Comments
 (0)