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