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