From 685137cabc95c3dae28d83bfacf235ba9562f63c Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 25 Jan 2017 09:24:14 -0500 Subject: [PATCH] Use Travis caching to improve speed/stability of builds. (#896) --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index abf9e5eeaa0..1baa7a4fd12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,5 +14,10 @@ before_script: - composer install - npm install -g eslint@"<3.0.0" +cache: + directories: + - downloads + - $HOME/.composer/cache + script: - vendor/bin/phing phpunitfast phpcs-console php-cs-fixer-dryrun eslint -- GitLab