Allow neovim to fail for the moment. It is flaky on travis.

This commit is contained in:
Holger Rapp 2015-08-17 08:30:55 +02:00
parent c45867be58
commit 8c7ce88277

View File

@ -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