2014-12-31 13:15:32 -02:00
|
|
|
language: ruby
|
|
|
|
rvm:
|
2018-04-11 12:09:00 -04:00
|
|
|
- 2.3
|
|
|
|
- 2.4
|
|
|
|
- 2.5
|
2014-12-31 13:15:32 -02:00
|
|
|
|
2016-05-05 13:58:25 +10:00
|
|
|
before_install:
|
|
|
|
- gem install bundler
|
|
|
|
|
2014-12-31 13:15:32 -02:00
|
|
|
gemfile:
|
2019-01-08 15:27:44 -05:00
|
|
|
# ignore 4.2 for now as the cost to run these tests is too high
|
|
|
|
# - gemfiles/rails_4.2.gemfile
|
2016-05-13 07:47:42 +10:00
|
|
|
- gemfiles/rails_5.0.gemfile
|
2018-04-11 12:09:00 -04:00
|
|
|
- gemfiles/rails_5.1.gemfile
|
|
|
|
- gemfiles/rails_5.2.gemfile
|
2019-01-07 13:10:25 -05:00
|
|
|
- gemfiles/mongoid_4.0.gemfile
|
|
|
|
- gemfiles/mongoid_5.0.gemfile
|
|
|
|
- gemfiles/mongoid_6.0.gemfile
|
2015-01-20 17:52:27 -02:00
|
|
|
|
|
|
|
addons:
|
|
|
|
code_climate:
|
2016-06-22 00:27:10 +10:00
|
|
|
repo_token: b84a33c35c698270ad54261655bc25161a0853386825a2d54fb1c7a11c2b2785
|