From 854bbcbfa20eb2e8b6cb883160a04d36747a7f82 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 16 Jul 2018 20:00:35 +0200 Subject: [PATCH] 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 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.2