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
|