2017-10-30 01:44:23 +00:00
|
|
|
language: ruby
|
2018-03-01 20:50:49 +00:00
|
|
|
|
2019-10-03 22:01:08 +00:00
|
|
|
rvm:
|
|
|
|
- 2.6
|
|
|
|
|
2019-10-03 23:36:19 +00:00
|
|
|
services:
|
|
|
|
- mysql
|
|
|
|
|
2018-03-01 20:50:49 +00:00
|
|
|
script:
|
|
|
|
- bundle exec rake spec
|
|
|
|
- bundle exec rake spec_config
|
|
|
|
- bundle exec rake spec_config_with_extra_scopes
|