From 49388928bd2d6739c9e41cf3bf4736fb2408633c Mon Sep 17 00:00:00 2001 From: Vincent Composieux Date: Fri, 6 Jan 2017 22:18:42 +0100 Subject: [PATCH] Added composer cache to travis.yml --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 79d7f4c..7bc2233 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,10 @@ php: - 7.1 - hhvm +cache: + directories: + - $HOME/.composer/cache/files + matrix: fast_finish: true include: