Skip to content

Commit ecec3fc

Browse files
committed
tra more more more more more
1 parent 48a0d85 commit ecec3fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ before_script:
1111
- git clone https://github.com/tpope/vim-fugitive /tmp/fug
1212
- git clone https://github.com/scrooloose/syntastic /tmp/syntastic
1313
- git clone https://github.com/itchyny/lightline.vim.git /tmp/ll
14+
- git clone https://github.com/ctrlpvim/ctrlp.vim /tmp/cp
15+
- git clone https://github.com/vim-airline/vim-airline.git /tmp/al
1416

1517
script:
1618
- rm -f /tmp/vimlint_test.log
@@ -30,5 +32,7 @@ script:
3032
- sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 /tmp/fug/plugin
3133
- sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 /tmp/syntastic/autoload /tmp/syntastic/plugin
3234
- sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 -c func_abort=1 /tmp/ll/autoload
35+
- sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 -c /tmp/cp/autoload /tmp/cp/plugin
36+
- sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 -c /tmp/al/autoload /tmp/al/plugin
3337

3438

0 commit comments

Comments
 (0)