Try using bundler cache for faster CI (#1159)

This commit is contained in:
Darragh Bailey
2020-10-23 14:51:22 +01:00
committed by GitHub
parent 70bb392241
commit 6e2df05177

View File

@@ -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: