From 2a8573c6ca18021d58c0bf2d77d98e0b9d3937ea Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Tue, 22 Mar 2016 21:49:36 +0000 Subject: [PATCH] Travis CI: Allow to cache the node_modules directory. This should speed up the installation of npm dependencies. Props netweb. Fixes #36291. git-svn-id: https://develop.svn.wordpress.org/trunk@37058 602fd350-edb4-49c9-b593-d223f7449a82 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7eeff0342a..e362725c55 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ sudo: false language: php +cache: + directories: + - node_modules matrix: include: - php: 5.5