vim-polyglot/.travis.yml

12 lines
172 B
YAML
Raw Normal View History

2013-09-14 14:23:24 -04:00
language: ruby
rvm:
2019-03-10 13:46:17 -04:00
- 2.6
2015-12-06 06:12:02 -05:00
sudo: false
addons:
apt:
packages:
- vim-gtk
2013-09-14 14:23:24 -04:00
before_script:
- "./build"
script: xvfb-run bundle exec rspec --format=documentation