From: Daniel Hahler Date: Mon, 16 Jul 2018 18:00:35 +0000 (+0200) Subject: Travis: remove vint for now X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/854bbcbfa20eb2e8b6cb883160a04d36747a7f82 Travis: remove vint for now It is always failing, not worth fixing for now. Ref: https://github.com/Kuniwak/vint/pull/288 Ref: https://github.com/Kuniwak/vint/issues/287 --- diff --git a/.travis.yml b/.travis.yml index c9b29ca..95206e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,6 @@ branches: only: - master before_script: - - pip install --user vim-vint - vim --version script: - make test - - vint **/*.vim