From 9ab86b5dbfc4cf1f56b588dcf79fe70a30551f4a Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Fri, 28 Apr 2017 10:31:34 +1200 Subject: [PATCH] cache npm dir --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3b7e574..70408b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ addons: cache: directories: - $HOME/.composer/cache + - $HOME/.npm php: - 5.6