4ff412e2d2
Sorry for the commit noise, I didn't think I'd need this much fiddling and I don't have push-force privileges on the repo.
9 lines
164 B
YAML
9 lines
164 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.2
|
|
- 2.3
|
|
- 2.4
|
|
install:
|
|
- gem install -v 1.12.5 bundler
|
|
- bundle _1.12.5_ install --jobs=3 --retry=3
|
|
script: "bundle exec rake ci"
|