Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Szépe <viktor@szepe.net>2018-05-31 19:33:12 +0300
committerStefan Giehl <stefan@piwik.org>2018-05-31 19:33:12 +0300
commit3c47e97f66f2a7be697a77e5520d55f495037665 (patch)
treec8c2746233ef70b74ea6f58b35d2084a36565eb6 /.travis.yml
parent7dfe9abc3420f6a4343b84a4efe7cc0be07ce7e6 (diff)
Speed up package management (#12727)
Speed up package management on travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 092b341000..e799305b8b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -141,6 +141,7 @@ after_success:
cache:
directories:
- "travis_phantomjs"
+ - $HOME/.composer/cache
@@ -161,4 +162,4 @@ notifications:
- "irc.freenode.org#piwik-dev"
template:
- "%{repository} (%{commit}) : %{message} %{foo} "
- - "Build details: %{build_url}" \ No newline at end of file
+ - "Build details: %{build_url}"