We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f21cb commit 6d6cffaCopy full SHA for 6d6cffa
1 file changed
.travis.yml
@@ -26,7 +26,6 @@ jobs:
26
- MAKE_TARGET="clean_compiled check checkpy js/test py/test test/node_position/test_position.out"
27
- TEST_PROFILE=vim-profile-installed.txt
28
- TEST_PYTHON=python3
29
- - RUN_VINT=true
30
31
install:
32
- |
@@ -37,15 +36,12 @@ install:
37
36
export PATH=$HOME/vim/bin:$PATH
38
fi
39
- pip install covimerage --user
40
- - if [ "$RUN_VINT" = "true" ]; then pip install --user --upgrade vim-vint pathlib enum34 typing; fi
41
42
script:
43
- uname -a
44
- which -a vim
45
- vim --cmd version --cmd quit
46
- make --keep-going $MAKE_TARGET
47
- - if [ "$RUN_VINT" = "true" ]; then python --version; fi
48
- - if [ "$RUN_VINT" = "true" ]; then vint autoload; fi
49
50
after_success:
51
- covimerage write_coverage $TEST_PROFILE
0 commit comments