vim-easymotion/.travis.yml

16 lines
421 B
YAML
Raw Permalink Normal View History

2014-01-16 06:42:20 -05:00
language: ruby
rvm:
- 2.0.0
2018-06-04 17:41:27 -04:00
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
2014-01-16 06:42:20 -05:00
script:
2018-06-04 17:41:27 -04:00
- >-
vint plugin autoload/EasyMotion.vim autoload/EasyMotion/ | reviewdog -name=vint -efm="%f:%l:%c: %m" -reporter=github-pr-check
2014-01-16 06:42:20 -05:00
- rake ci