From d3b26777754e2bb94fc9310403cbf767f3c48a11 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Mon, 4 Jun 2018 21:41:27 +0000 Subject: [PATCH] CI: run vint with reviewdog --- .travis.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 09f727d..069418f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,15 @@ language: ruby rvm: - 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: - bundle install - bundle show script: + - >- + vint plugin autoload/EasyMotion.vim autoload/EasyMotion/ | reviewdog -name=vint -efm="%f:%l:%c: %m" -reporter=github-pr-check - rake ci -install: - - git clone https://github.com/kana/vim-vspec.git