From 1a8a7983618c1bf5bb5fd000093a66a6165ea48e Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Wed, 22 May 2019 07:58:23 +0100 Subject: [PATCH] Configure the cache for composer on Travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5262084d..0666d8f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,9 @@ matrix: - php: 7.3 env: deps=low UPDATE_TOOLS=true fast_finish: true +cache: + directories: + - $HOME/.composer/cache before_install: - echo -e "machine github.com\n login $GH_TOKEN" >> ~/.netrc - phpenv config-rm xdebug.ini || echo "XDebug is not enabled"