From f3ca5b1ea64247b21e81ce2e4bfa48fb9bbd5498 Mon Sep 17 00:00:00 2001 From: ichizok Date: Wed, 29 Jul 2020 04:46:46 +0900 Subject: [PATCH] CI: Add xcode12 test --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f174576fbe..020d4550a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ env: vi_cv_dll_name_ruby=/usr/local/opt/ruby/lib/libruby.dylib VIMCMD=src/MacVim/build/Release/MacVim.app/Contents/MacOS/Vim CONFOPT="--with-features=huge --enable-netbeans --with-tlib=ncurses --enable-cscope --enable-gui=macvim" + BASH_SILENCE_DEPRECATION_WARNING=1 _anchors: - &lang_env @@ -84,11 +85,11 @@ script: jobs: include: + - osx_image: xcode12 - osx_image: xcode11.3 <<: *lang_env <<: *homebrew <<: *caches - - osx_image: xcode10.3 - osx_image: xcode9.4 - osx_image: xcode7.3 - stage: deploy