vagrant-lxc-ng/.travis.yml
Virgil Dupras 4ff412e2d2 Fix travis for real this time
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.
2018-01-13 09:06:45 -05:00

10 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"