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 25
25
- VIM_VERSION=installed
26
26
- MAKE_TARGET="clean_compiled check checkpy js/test py/test test/node_position/test_position.out"
27
27
- TEST_PROFILE=vim-profile-installed.txt
28
- - RUN_VINT=true
29
28
30
29
install :
31
30
- |
@@ -36,15 +35,12 @@ install:
36
35
export PATH=$HOME/vim/bin:$PATH
37
36
fi
38
37
- pip install covimerage --user
39
- - if [ "$RUN_VINT" = "true" ]; then pip install --user --upgrade vim-vint pathlib enum34 typing; fi
40
38
41
39
script :
42
40
- uname -a
43
41
- which -a vim
44
42
- vim --cmd version --cmd quit
45
43
- make --keep-going $MAKE_TARGET
46
- - if [ "$RUN_VINT" = "true" ]; then python --version; fi
47
- - if [ "$RUN_VINT" = "true" ]; then vint autoload; fi
48
44
49
45
after_success :
50
46
- covimerage write_coverage $TEST_PROFILE
You can’t perform that action at this time.
0 commit comments