From 26ce63dbde1064be68d9956a10204345c446f1b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 4 Dec 2014 13:14:56 +0100 Subject: [PATCH] Cache composer cache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index def57d675a..2282b7e53c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,6 @@ before_script: - ./scripts/generate-mo --quiet script: - ./vendor/bin/phpunit --configuration phpunit.xml.nocoverage +cache: + directories: + - $HOME/.composer/cache/