We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 342549e + d3b2677 commit 1a0244cCopy full SHA for 1a0244c
.travis.yml
@@ -1,10 +1,15 @@
1
language: ruby
2
rvm:
3
- 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
9
before_script:
10
- bundle install
11
- bundle show
12
script:
13
+ - >-
14
+ vint plugin autoload/EasyMotion.vim autoload/EasyMotion/ | reviewdog -name=vint -efm="%f:%l:%c: %m" -reporter=github-pr-check
15
- rake ci
-install:
- - git clone https://github.com/kana/vim-vspec.git
0 commit comments