diff options
author | nashe <thomas@chauchefoin.fr> | 2018-01-02 19:43:05 +0100 |
---|---|---|
committer | nashe <thomas@chauchefoin.fr> | 2018-01-02 19:43:05 +0100 |
commit | cd67a4a6b3929fe027f9073d1e48182123b6fca2 (patch) | |
tree | b23ef4ecbec7450f3eb0ca0044ec201671acf430 | |
parent | 87c71d558d0f3fb8c59d442f304f8fd336f3da7e (diff) | |
download | planet-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.yml | 4 |
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 |