mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-23 06:16:44 +00:00
27 lines
498 B
YAML
27 lines
498 B
YAML
language: ruby
|
|
before_install:
|
|
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
|
|
- gem install bundler -v '< 2'
|
|
before_script:
|
|
- bundle install
|
|
cache: bundler
|
|
bundler_args: --verbose
|
|
gemfile:
|
|
- gemfiles/rails_4_0.gemfile
|
|
- gemfiles/rails_4_1.gemfile
|
|
- gemfiles/rails_4_2.gemfile
|
|
|
|
rvm:
|
|
- "2.3.7"
|
|
- "2.4.4"
|
|
- "2.5.5"
|
|
|
|
script: 'bundle exec rspec'
|
|
|
|
notifications:
|
|
email:
|
|
recipients:
|
|
- adam.meehan@gmail.com
|
|
on_failure: change
|
|
on_success: never
|