vim-polyglot/.travis.yml
2015-12-06 12:09:13 +01:00

11 lines
229 B
YAML

language: ruby
rvm:
- 1.9.3
before_install:
- sudo apt-get update
- sudo apt-get install vim-gtk
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script: bundle exec rspec --format=documentation