mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-22 22:06:45 +00:00
25 lines
496 B
YAML
25 lines
496 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
|
|
|
|
matrix:
|
|
include:
|
|
- rvm: "2.4.6"
|
|
gemfile: gemfiles/rails_4_2.gemfile
|
|
- rvm: "2.5.5"
|
|
gemfile: gemfiles/rails_4_2.gemfile
|
|
|
|
script: 'bundle exec rspec'
|
|
|
|
notifications:
|
|
email:
|
|
recipients:
|
|
- adam.meehan@gmail.com
|
|
on_failure: change
|
|
on_success: never
|