From 640e7edcaedc84745ad0e544f20ea98d3dd32218 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 24 Apr 2017 00:44:13 +0000 Subject: [PATCH] Build/Test Tools: Add Composer files to the cache on Travis. The Travis cache is specific to the branch and language version (PHP version), so this should speed up each subsequent build once the cache is primed. See #40539 Merges [40538] to the 4.3 branch. git-svn-id: https://develop.svn.wordpress.org/branches/4.3@40551 602fd350-edb4-49c9-b593-d223f7449a82 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0ef3252b24..cad7cf633a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ language: php cache: directories: - node_modules + - vendor + - $HOME/.composer/cache matrix: include: - php: 5.5