Skip to content

Commit f610059

Browse files
authored
Merge pull request #176 from kazukazuinaina/fix_vint_url
[fix] vint's url
2 parents 4139d51 + 33f7f7a commit f610059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
install:
3232
- |
3333
if [ "$VIM_VERSION" = 'installed' ]; then
34-
python -m pip install -q --user flake8 git+https://github.com/Kuniwak/vint
34+
python -m pip install -q --user flake8 git+https://github.com/Vimjas/vint
3535
else
3636
bash scripts/install-vim.sh
3737
export PATH=$HOME/vim/bin:$PATH

0 commit comments

Comments
 (0)