summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornashe <thomas@chauchefoin.fr>2018-01-02 19:43:05 +0100
committernashe <thomas@chauchefoin.fr>2018-01-02 19:43:05 +0100
commitcd67a4a6b3929fe027f9073d1e48182123b6fca2 (patch)
treeb23ef4ecbec7450f3eb0ca0044ec201671acf430
parent87c71d558d0f3fb8c59d442f304f8fd336f3da7e (diff)
downloadplanet-cd67a4a6b3929fe027f9073d1e48182123b6fca2.tar
planet-cd67a4a6b3929fe027f9073d1e48182123b6fca2.tar.gz
planet-cd67a4a6b3929fe027f9073d1e48182123b6fca2.tar.bz2
planet-cd67a4a6b3929fe027f9073d1e48182123b6fca2.tar.xz
planet-cd67a4a6b3929fe027f9073d1e48182123b6fca2.zip
Speed up Travis build by caching composer packages
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index da79a30..bb9516d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,6 +28,10 @@ before_script:
script:
vendor/bin/phpunit
+cache:
+ directories:
+ - $HOME/.composer/cache/files
+
# deploy:
# provider: releases
# skip_cleanup: true