From fde4a066c632b1b0a6dceaabfd60ec83d843f0e4 Mon Sep 17 00:00:00 2001 From: Holger Rapp Date: Sun, 11 Oct 2015 22:28:10 +0200 Subject: [PATCH] Disable Neovim tests, since they do not pass. --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index f96a247..7cd60de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,12 +7,7 @@ python: env: - VIM_VERSION="74" - VIM_VERSION="mercurial" - - VIM_VERSION="NEOVIM" - -matrix: - allow_failures: - env: - - VIM_VERSION="NEOVIM" + # - VIM_VERSION="NEOVIM" install: # Some of these commands fail transiently. We keep retrying them until they succeed.