File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 2525 - VIM_VERSION=installed
2626 - MAKE_TARGET="clean_compiled check checkpy js/test py/test test/node_position/test_position.out"
2727 - TEST_PROFILE=vim-profile-installed.txt
28- - RUN_VINT=true
2928
3029install :
3130 - |
@@ -36,15 +35,12 @@ install:
3635 export PATH=$HOME/vim/bin:$PATH
3736 fi
3837 - pip install covimerage --user
39- - if [ "$RUN_VINT" = "true" ]; then pip install --user --upgrade vim-vint pathlib enum34 typing; fi
4038
4139script :
4240 - uname -a
4341 - which -a vim
4442 - vim --cmd version --cmd quit
4543 - make --keep-going $MAKE_TARGET
46- - if [ "$RUN_VINT" = "true" ]; then python --version; fi
47- - if [ "$RUN_VINT" = "true" ]; then vint autoload; fi
4844
4945after_success :
5046 - covimerage write_coverage $TEST_PROFILE
You can’t perform that action at this time.
0 commit comments