From 2d81072dbd6207cc8d4b85c5f91da04ac3c9d1d8 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Tue, 2 Jan 2018 14:45:55 -0600 Subject: [PATCH] travis-ci caches the composer/npm download dirs --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1cf8b5c3..3a684e5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,11 @@ php: - '7.2' - nightly +cache: + directories: + - $HOME/.composer/cache + - $HOME/.npm + services: - mysql