Allow neovim to fail for the moment. It is flaky on travis.
This commit is contained in:
parent
c45867be58
commit
8c7ce88277
@ -9,6 +9,12 @@ env:
|
|||||||
- VIM_VERSION="mercurial"
|
- VIM_VERSION="mercurial"
|
||||||
- VIM_VERSION="NEOVIM"
|
- VIM_VERSION="NEOVIM"
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
env:
|
||||||
|
- VIM_="NEOVIM"
|
||||||
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# Some of these commands fail transiently. We keep retrying them until they succeed.
|
# 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
|
- until sudo add-apt-repository ppa:kalakris/tmux -y; do sleep 10; done
|
||||||
|
Loading…
Reference in New Issue
Block a user