From 7b9e5609d2c673cf115cc4debe4e190431c47293 Mon Sep 17 00:00:00 2001 From: Juampy Date: Tue, 27 Feb 2018 09:47:39 +0100 Subject: [PATCH] Only save in cache composer files instead of vendor Based on https://github.com/travis-ci/travis-ci/issues/4579#issuecomment-127972205 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ef35df87..bf798020 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,7 +18,7 @@ jobs: - save_cache: key: composer-v1-{{ checksum "composer.lock" }} paths: - - vendor + - /root/.composer/cache/files - restore_cache: keys: - node-v1-{{ checksum "package.json" }}