validates_timeliness/.travis.yml
2018-05-13 21:01:12 +10:00

22 lines
320 B
YAML

language: ruby
cache: bundler
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.1"
script: 'bundle exec rspec'
notifications:
email:
recipients:
- adam.meehan@gmail.com
on_failure: change
on_success: never