Add Travis CI integration

This commit is contained in:
Adam Stankiewicz 2013-09-14 20:23:24 +02:00
parent 27f22774b1
commit 4a80e945ad

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: ruby
rvm:
- 1.9.3
before_install: sudo apt-get install vim-gtk
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script: bundle exec rspec