vagrant-lxc-ng/.travis.yml
Glenn Y. Rolland 4777d58e0d chore: update ruby & bundler version for CI
* bundler 1.12.5 breaks with current version of dependencies
  (NoMethodError: undefined method `[]' for nil:NilClass)
* vagrant-2.2.17 requires ruby version ~> 2.5, < 2.8
2021-05-05 00:01:02 +02:00

10 lines
168 B
YAML

---
language: ruby
rvm:
- 2.5
- 2.6
- 2.7
install:
- gem install -v 1.16.2 bundler
- bundle _1.16.2_ install --jobs=3 --retry=3
script: "bundle exec rake ci"