We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a207a7 commit b2f3f08Copy full SHA for b2f3f08
.travis.yml
@@ -87,10 +87,10 @@ before_install:
87
before_script:
88
- uname -a
89
- which -a python
90
- - if [[ "$VIM_TYPE" == "vim" ]]; then vim --version; fi;
91
- - if [[ "$VIM_TYPE" == "neovim" ]]; then nvim --version; fi;
92
93
script:
+ - if [[ "$VIM_TYPE" == "vim" ]]; then vim --version; fi;
+ - if [[ "$VIM_TYPE" == "neovim" ]]; then nvim --version; fi;
94
- if [[ "$VIM_TYPE" == "vim" ]]; then vint autoload ftplugin plugin; fi;
95
- if [[ "$VIM_TYPE" == "neovim" ]]; then vint --enable-neovim autoload ftplugin plugin; fi;
96
- if [[ "$TRAVIS_OS_NAME" == "windows" && "$VIM_TYPE" == "neovim" ]]; then
0 commit comments