NEOVIM testing is just too flaky. Let's make it optional again.

This commit is contained in:
Holger Rapp 2015-10-11 19:22:16 +02:00
parent 69b7c501a0
commit 30ba8155a5

View File

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