mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
8 lines
162 B
YAML
8 lines
162 B
YAML
language: ruby
|
|
rvm:
|
|
- 1.9.3
|
|
|
|
before_install: sudo apt-get install vim-gtk
|
|
install: bundle install --deployment --without development
|
|
script: xvfb-run make test
|