Enable travis and coveralls

This commit is contained in:
Henne Vogelsang 2014-04-09 17:04:03 +02:00
parent cc0b130c86
commit 237318c7b4
4 changed files with 36 additions and 0 deletions

15
.travis.yml Normal file
View file

@ -0,0 +1,15 @@
language: ruby
rvm:
- 2.1.0
branches:
only:
- master
notifications:
email:
on_success: change
on_failure: change
before_install:
- "cp config/database.yml.example config/database.yml"
- "cp config/config.yml.example config/config.yml"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"