Merge pull request #374 from easymotion/reviewdog

CI: run vint with reviewdog
This commit is contained in:
haya14busa 2018-06-05 07:47:21 +09:00 committed by GitHub
commit 1a0244c90c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,15 @@
language: ruby language: ruby
rvm: rvm:
- 2.0.0 - 2.0.0
install:
- git clone https://github.com/kana/vim-vspec.git
- pip install vim-vint --user
- go env
- go get -u github.com/haya14busa/reviewdog/cmd/reviewdog
before_script: before_script:
- bundle install - bundle install
- bundle show - bundle show
script: script:
- >-
vint plugin autoload/EasyMotion.vim autoload/EasyMotion/ | reviewdog -name=vint -efm="%f:%l:%c: %m" -reporter=github-pr-check
- rake ci - rake ci
install:
- git clone https://github.com/kana/vim-vspec.git