2013-03-05 01:33:02 -03:00
|
|
|
language: ruby
|
|
|
|
rvm:
|
2018-01-13 08:41:53 -05:00
|
|
|
- 2.2
|
|
|
|
- 2.3
|
|
|
|
- 2.4
|
2018-03-15 14:52:34 +01:00
|
|
|
- 2.5
|
2018-01-13 08:54:06 -05:00
|
|
|
install:
|
2018-01-13 08:41:53 -05:00
|
|
|
- gem install -v 1.12.5 bundler
|
2018-01-13 08:56:17 -05:00
|
|
|
- bundle _1.12.5_ install --jobs=3 --retry=3
|
2018-01-13 09:01:31 -05:00
|
|
|
script: "bundle exec rake ci"
|