File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11language : generic
22env :
33 global :
4- - VROOM_VERSION=0.13 .0
5- matrix :
4+ - VROOM_VERSION=0.14 .0
5+ jobs :
66 # This Maktaba version should match the minimum required in instant/flags.vim.
77 - CI_TARGET=vim MAKTABA_VERSION=1.12.0
88 - CI_TARGET=vim MAKTABA_VERSION=master
@@ -15,7 +15,7 @@ before_script:
1515 sudo apt-get install vim-gnome;
1616 elif [ $CI_TARGET = neovim ]; then
1717 eval "$(curl -Ss https://raw.githubusercontent.com/neovim/bot-ci/master/scripts/travis-setup.sh) nightly-x64" &&
18- wget https://bootstrap.pypa.io/get-pip.py &&
18+ wget https://bootstrap.pypa.io/pip/3.5/ get-pip.py &&
1919 sudo python3 get-pip.py &&
2020 sudo pip3 install neovim;
2121 fi
@@ -28,5 +28,5 @@ services:
2828script :
2929 - ' [ $CI_TARGET = neovim ] && VROOM_ARGS="--neovim" || VROOM_ARGS=""'
3030 - vroom $VROOM_ARGS --crawl ./vroom/
31- matrix :
31+ jobs :
3232 fast_finish : true
You can’t perform that action at this time.
0 commit comments