From 8c7ce882778a472c64972b1770f2e1716bf664af Mon Sep 17 00:00:00 2001 From: Holger Rapp Date: Mon, 17 Aug 2015 08:30:55 +0200 Subject: [PATCH] Allow neovim to fail for the moment. It is flaky on travis. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6081ac7..bbb52e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,12 @@ env: - VIM_VERSION="mercurial" - VIM_VERSION="NEOVIM" +matrix: + allow_failures: + env: + - VIM_="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