From 06391f08722fa199f7a0abc2756de818ad4449ac Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sun, 23 Apr 2017 11:39:43 +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. Props netweb Fixes #40539 git-svn-id: https://develop.svn.wordpress.org/trunk@40538 602fd350-edb4-49c9-b593-d223f7449a82 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b629e306cd..a564e68f13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ cache: apt: true directories: - node_modules + - vendor + - $HOME/.composer/cache env: global: - WP_TRAVISCI=travis:phpunit