mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Try using bundler cache for faster CI (#1159)
This commit is contained in:
@@ -8,6 +8,8 @@ addons:
|
|||||||
apt:
|
apt:
|
||||||
packages: libvirt-dev
|
packages: libvirt-dev
|
||||||
update: true
|
update: true
|
||||||
|
language: ruby
|
||||||
|
cache: bundler
|
||||||
install: bundle install
|
install: bundle install
|
||||||
script: bundle exec rspec --color --format documentation
|
script: bundle exec rspec --color --format documentation
|
||||||
notifications:
|
notifications:
|
||||||
|
|||||||
Reference in New Issue
Block a user