mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-22 22:06:45 +00:00
22 lines
315 B
YAML
22 lines
315 B
YAML
language: ruby
|
|
cache: bundler
|
|
|
|
gemfile:
|
|
- gemfiles/rails_4.0.gemfile
|
|
- gemfiles/rails_4.1.gemfile
|
|
- gemfiles/rails_4.2.gemfile
|
|
|
|
rbenv:
|
|
- 2.0.0
|
|
- 2.2.0
|
|
- 2.3.0
|
|
|
|
script: 'bundle exec rake'
|
|
|
|
notifications:
|
|
email:
|
|
recipients:
|
|
- adam.meehan@gmail.com
|
|
on_failure: change
|
|
on_success: never
|