From 6e2df051776ec2270cc0a72226d41f4e74220e41 Mon Sep 17 00:00:00 2001 From: Darragh Bailey Date: Fri, 23 Oct 2020 14:51:22 +0100 Subject: [PATCH] Try using bundler cache for faster CI (#1159) --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9ff2d35..7b7ae2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ addons: apt: packages: libvirt-dev update: true +language: ruby +cache: bundler install: bundle install script: bundle exec rspec --color --format documentation notifications: