vim-polyglot/.travis.yml
2019-03-10 18:46:17 +01:00

13 lines
211 B
YAML

language: ruby
rvm:
- 2.6
sudo: false
addons:
apt:
packages:
- vim-gtk
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script: bundle exec rspec --format=documentation