Skip to content

Commit 48a0d85

Browse files
committed
travis: more more more plugins
1 parent cfb3ec4 commit 48a0d85

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ before_script:
88
- git clone https://github.com/thinca/vim-quickrun.git /tmp/quickrun
99
- git clone https://github.com/Shougo/neocomplete.vim.git /tmp/neocom
1010
- git clone https://github.com/easymotion/vim-easymotion.git /tmp/em
11+
- git clone https://github.com/tpope/vim-fugitive /tmp/fug
12+
- git clone https://github.com/scrooloose/syntastic /tmp/syntastic
13+
- git clone https://github.com/itchyny/lightline.vim.git /tmp/ll
1114

1215
script:
1316
- rm -f /tmp/vimlint_test.log
@@ -24,4 +27,8 @@ script:
2427
- sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 -c func_abort=1 /tmp/quickrun/autoload
2528
- sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 -c func_abort=1 /tmp/neocom/autoload
2629
- sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 -c func_abort=1 /tmp/em/autoload
30+
- sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 /tmp/fug/plugin
31+
- sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 /tmp/syntastic/autoload /tmp/syntastic/plugin
32+
- sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 -c func_abort=1 /tmp/ll/autoload
33+
2734

0 commit comments

Comments
 (0)