From 30ba8155a5304717136d1cf33335d69d928e9dd0 Mon Sep 17 00:00:00 2001 From: Holger Rapp Date: Sun, 11 Oct 2015 19:22:16 +0200 Subject: [PATCH] NEOVIM testing is just too flaky. Let's make it optional again. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6081ac7..f96a247 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,11 @@ env: - VIM_VERSION="mercurial" - VIM_VERSION="NEOVIM" +matrix: + allow_failures: + env: + - VIM_VERSION="NEOVIM" + install: # Some of these commands fail transiently. We keep retrying them until they succeed. - until sudo add-apt-repository ppa:kalakris/tmux -y; do sleep 10; done