Enable travis and coveralls
This commit is contained in:
parent
cc0b130c86
commit
237318c7b4
4 changed files with 36 additions and 0 deletions
15
.travis.yml
Normal file
15
.travis.yml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue