From 23b07fa1855617467e62a6439e6b5bd7631498a6 Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Wed, 5 Dec 2018 09:03:43 +0100 Subject: [PATCH] Cache composer cache in travis --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 81d0776..fb1a5c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,10 @@ install: script: - composer test-units +cache: + directories: + - $HOME/.composer/cache + jobs: include: - stage: Code Style and Static Analysis