From 96f4072dbb009348076bdd03af6f745461693e3b Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 20 Dec 2017 14:09:08 -0800 Subject: Enable bundler caching Signed-off-by: Tim Smith --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index a94a6f6b7e..aa9fb93902 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,6 +4,9 @@ os: Visual Studio 2015 platform: - x64 +cache: +- vendor/bundle + environment: matrix: - ruby_version: "24-x64" @@ -31,6 +34,7 @@ install: - appveyor DownloadFile http://curl.haxx.se/ca/cacert.pem -FileName C:\cacert.pem - set SSL_CERT_FILE=C:\cacert.pem - SET BUNDLE_WITHOUT=server:docgen:maintenance:pry:travis:integration:ci + - bundle config --local path vendor/bundle # use the cache we define above - bundle install || bundle install || bundle install build: off -- cgit v1.2.1