From ac76aa3d563c30cd73ff90caeb6c9a56cd1dc507 Mon Sep 17 00:00:00 2001 From: Himank Pathak Date: Sun, 6 Oct 2019 19:09:28 +0530 Subject: [PATCH] added caching of composer cache in travis config --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index c998d349..2b9e377a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,10 @@ php: - 7.2 - 7.3 +cache: + directories: + - $HOME/.composer/cache/files + env: matrix: - COMPOSER_FLAGS="--prefer-lowest"