Skip to content

Commit 6d6cffa

Browse files
committed
Revert "run vint on travis ci"
This reverts commit e3cc2f8.
1 parent 40f21cb commit 6d6cffa

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
@@ -26,7 +26,6 @@ jobs:
2626
- MAKE_TARGET="clean_compiled check checkpy js/test py/test test/node_position/test_position.out"
2727
- TEST_PROFILE=vim-profile-installed.txt
2828
- TEST_PYTHON=python3
29-
- RUN_VINT=true
3029

3130
install:
3231
- |
@@ -37,15 +36,12 @@ install:
3736
export PATH=$HOME/vim/bin:$PATH
3837
fi
3938
- pip install covimerage --user
40-
- if [ "$RUN_VINT" = "true" ]; then pip install --user --upgrade vim-vint pathlib enum34 typing; fi
4139

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

5046
after_success:
5147
- covimerage write_coverage $TEST_PROFILE

0 commit comments

Comments
 (0)