2014-12-31 10:15:32 -05:00
|
|
|
language: ruby
|
2019-01-08 16:00:06 -05:00
|
|
|
cache: bundler
|
|
|
|
|
2014-12-31 10:15:32 -05:00
|
|
|
rvm:
|
2018-04-11 12:09:00 -04:00
|
|
|
- 2.3
|
|
|
|
- 2.4
|
|
|
|
- 2.5
|
2019-08-25 02:43:50 -04:00
|
|
|
- 2.6
|
2014-12-31 10:15:32 -05:00
|
|
|
|
2016-05-04 23:58:25 -04:00
|
|
|
before_install:
|
|
|
|
- gem install bundler
|
|
|
|
|
2014-12-31 10:15:32 -05: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-12 17:47:42 -04: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 14:52:27 -05:00
|
|
|
|
2019-01-09 10:29:56 -05:00
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
- rvm: ruby-head
|
|
|
|
env: RUBYOPT="--enable-frozen-string-literal"
|
|
|
|
# allow_failures:
|
|
|
|
# - rvm: ruby-head
|
|
|
|
|
2015-01-20 14:52:27 -05:00
|
|
|
addons:
|
|
|
|
code_climate:
|
2016-06-21 10:27:10 -04:00
|
|
|
repo_token: b84a33c35c698270ad54261655bc25161a0853386825a2d54fb1c7a11c2b2785
|