vim-polyglot/.travis.yml

12 lines
172 B
YAML
Raw Permalink Normal View History

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