Skip to content

Commit b2f3f08

Browse files
move version check to script
1 parent 5a207a7 commit b2f3f08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ before_install:
8787
before_script:
8888
- uname -a
8989
- which -a python
90-
- if [[ "$VIM_TYPE" == "vim" ]]; then vim --version; fi;
91-
- if [[ "$VIM_TYPE" == "neovim" ]]; then nvim --version; fi;
9290

9391
script:
92+
- if [[ "$VIM_TYPE" == "vim" ]]; then vim --version; fi;
93+
- if [[ "$VIM_TYPE" == "neovim" ]]; then nvim --version; fi;
9494
- if [[ "$VIM_TYPE" == "vim" ]]; then vint autoload ftplugin plugin; fi;
9595
- if [[ "$VIM_TYPE" == "neovim" ]]; then vint --enable-neovim autoload ftplugin plugin; fi;
9696
- if [[ "$TRAVIS_OS_NAME" == "windows" && "$VIM_TYPE" == "neovim" ]]; then

0 commit comments

Comments
 (0)