Skip to content

Commit 6662c36

Browse files
committed
Revert "run vint on travis ci"
This reverts commit 6dac3f4.
1 parent 6dac3f4 commit 6662c36

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
- VIM_VERSION=installed
2626
- MAKE_TARGET="clean_compiled check checkpy js/test py/test test/node_position/test_position.out"
2727
- TEST_PROFILE=vim-profile-installed.txt
28-
- RUN_VINT=true
2928

3029
install:
3130
- |
@@ -36,15 +35,12 @@ install:
3635
export PATH=$HOME/vim/bin:$PATH
3736
fi
3837
- pip install covimerage --user
39-
- if [ "$RUN_VINT" = "true" ]; then pip install --user --upgrade vim-vint pathlib enum34 typing; fi
4038

4139
script:
4240
- uname -a
4341
- which -a vim
4442
- vim --cmd version --cmd quit
4543
- make --keep-going $MAKE_TARGET
46-
- if [ "$RUN_VINT" = "true" ]; then python --version; fi
47-
- if [ "$RUN_VINT" = "true" ]; then vint autoload; fi
4844

4945
after_success:
5046
- covimerage write_coverage $TEST_PROFILE

0 commit comments

Comments
 (0)