Skip to content

Commit d3b2677

Browse files
committed
CI: run vint with reviewdog
1 parent e4d71c7 commit d3b2677

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
language: ruby
22
rvm:
33
- 2.0.0
4+
install:
5+
- git clone https://github.com/kana/vim-vspec.git
6+
- pip install vim-vint --user
7+
- go env
8+
- go get -u github.com/haya14busa/reviewdog/cmd/reviewdog
49
before_script:
510
- bundle install
611
- bundle show
712
script:
13+
- >-
14+
vint plugin autoload/EasyMotion.vim autoload/EasyMotion/ | reviewdog -name=vint -efm="%f:%l:%c: %m" -reporter=github-pr-check
815
- rake ci
9-
install:
10-
- git clone https://github.com/kana/vim-vspec.git

0 commit comments

Comments
 (0)