From b78227c370d77d890bf04681322ecc79132a3c9e Mon Sep 17 00:00:00 2001 From: Adrien Loison Date: Tue, 18 Aug 2015 21:52:24 -0700 Subject: [PATCH] Use Travis cache This is to avoid re-downloading all dependencies for every build. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index d4306c9..52b729e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,10 @@ php: - 7.0 - hhvm +cache: + directories: + - $HOME/.composer/cache + install: - composer install --no-interaction --prefer-source