mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 09:30:04 +08:00
Merge branch 'blueyed/travis-report-errors'
This commit is contained in:
commit
c860bf182c
@ -27,6 +27,7 @@ matrix:
|
||||
|
||||
install:
|
||||
- |
|
||||
set -e
|
||||
if [ "${LINT#vimlint}" != "$LINT" ]; then
|
||||
git clone --depth=1 https://github.com/syngan/vim-vimlint /tmp/vimlint
|
||||
git clone --depth=1 https://github.com/ynkdir/vim-vimlparser /tmp/vimlparser
|
||||
@ -44,6 +45,7 @@ install:
|
||||
fi
|
||||
script:
|
||||
- |
|
||||
set -e
|
||||
if [ "$LINT" = "vimlint" ]; then
|
||||
sh /tmp/vimlint/bin/vimlint.sh -l /tmp/vimlint -p /tmp/vimlparser ./config
|
||||
sh /tmp/vimlint/bin/vimlint.sh -l /tmp/vimlint -p /tmp/vimlparser ./autoload
|
||||
|
Loading…
Reference in New Issue
Block a user