Configuration file for Travis CI.
This commit is contained in:
parent
9975c9c430
commit
8d4d3999b5
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
script: bundle exec rake
|
||||
|
||||
rvm:
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
- 2.1.0
|
||||
- rbx-2.2
|
||||
- jruby
|
||||
|
||||
notifications:
|
||||
email:
|
||||
recipients:
|
||||
- yorickpeterse@gmail.com
|
||||
email:
|
||||
on_success: change
|
||||
on_failure: always
|
||||
|
||||
cache: bundler
|
Loading…
Reference in New Issue