From aba7bcfc7bd9891ab25be20776da9649eb801fd6 Mon Sep 17 00:00:00 2001 From: Ere Maijala <ere.maijala@helsinki.fi> Date: Wed, 11 Oct 2017 23:32:52 +0300 Subject: [PATCH] Only cache composer's cache/files to avoid caching of regularly changing files. (#1045) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 13eb225e573..857f8d33a7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ before_script: cache: directories: - downloads - - $HOME/.composer/cache + - $HOME/.composer/cache/files script: - vendor/bin/phing eslint phpunitfast phpcs-console php-cs-fixer-dryrun -- GitLab