We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de2d55d commit f1b8d5aCopy full SHA for f1b8d5a
1 file changed
.travis.yml
@@ -28,7 +28,9 @@ jobs:
28
29
install:
30
- |
31
- if [ "$VIM_VERSION" != 'installed' ]; then
+ if [ "$VIM_VERSION" = 'installed' ]; then
32
+ pip install --user flake8
33
+ else
34
bash scripts/install-vim.sh
35
export PATH=$HOME/vim/bin:$PATH
36
fi
0 commit comments