Skip to content

Commit 81f85da

Browse files
committed
vim-vint: use prereleases
1 parent 11a7f16 commit 81f85da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
install:
2020
- |
2121
if [ "$VIM_VERSION" = 'installed' ]; then
22-
pip install --user flake8 vim-vint
22+
pip install --user flake8
23+
pip install --user --pre vim-vint
2324
else
2425
bash scripts/install-vim.sh
2526
export PATH=$HOME/vim/bin:$PATH

0 commit comments

Comments
 (0)