Skip to content

Commit e41bf56

Browse files
committed
travis vim/vim
1 parent d91d0f2 commit e41bf56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ before_script:
44
- git clone https://github.com/thinca/vim-themis --branch v1.4 --depth 1 /tmp/vim-themis
55
- vim --version
66

7+
- git clone https://github.com/vim/vim.git /tmp/vim
78
- git clone https://github.com/vim-jp/vital.vim.git /tmp/vital.vim
89
- git clone https://github.com/thinca/vim-quickrun.git /tmp/quickrun
910
- git clone https://github.com/Shougo/neocomplete.vim.git /tmp/neocom
@@ -24,7 +25,7 @@ script:
2425
- sh ./test/err.sh -p /tmp/vimlparser test/test-ok.vim test/test-ng.vim
2526
- /tmp/vim-themis/bin/themis themis
2627

27-
28+
- sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 /tmp/vim/runtime/autoload /tmp/vim/runtime/plugin /tmp/vim/runtime/ftplugin
2829
- sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 -c func_abort=1 /tmp/vital.vim/autoload
2930
- sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 -c func_abort=1 /tmp/quickrun/autoload
3031
- sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 -c func_abort=1 /tmp/neocom/autoload

0 commit comments

Comments
 (0)