From e964dd2ca83fee20d92255b5d8ab30f16d53dd55 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Thu, 6 Feb 2020 08:37:38 +0000 Subject: [PATCH] travis: cache composer vcs directory too --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c03120150..2fc68b387 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,5 +28,7 @@ script: cache: directories: - $HOME/.composer/cache/files + - $HOME/.composer/cache/vcs + notifications: email: false