Disable Neovim tests, since they do not pass.

This commit is contained in:
Holger Rapp 2015-10-11 22:28:10 +02:00
parent 30ba8155a5
commit fde4a066c6

View File

@ -7,12 +7,7 @@ python:
env:
- VIM_VERSION="74"
- VIM_VERSION="mercurial"
- VIM_VERSION="NEOVIM"
matrix:
allow_failures:
env:
- VIM_VERSION="NEOVIM"
# - VIM_VERSION="NEOVIM"
install:
# Some of these commands fail transiently. We keep retrying them until they succeed.