2021-05-04 21:54:01 +00:00
|
|
|
---
|
2013-03-05 04:33:02 +00:00
|
|
|
language: ruby
|
|
|
|
rvm:
|
2018-03-15 13:52:34 +00:00
|
|
|
- 2.5
|
2021-05-04 21:54:01 +00:00
|
|
|
- 2.6
|
|
|
|
- 2.7
|
2018-01-13 13:54:06 +00:00
|
|
|
install:
|
2021-05-04 21:54:01 +00:00
|
|
|
- gem install -v 1.16.2 bundler
|
|
|
|
- bundle _1.16.2_ install --jobs=3 --retry=3
|
2018-01-13 14:01:31 +00:00
|
|
|
script: "bundle exec rake ci"
|