NEOVIM testing is just too flaky. Let's make it optional again.
This commit is contained in:
parent
69b7c501a0
commit
30ba8155a5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user