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.0 branch.


git-svn-id: https://develop.svn.wordpress.org/branches/4.0@40554 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2017-04-24 00:48:25 +00:00
parent 9146171a34
commit f594b54fcd

View File

@ -4,6 +4,8 @@ language: php
cache:
directories:
- node_modules
- vendor
- $HOME/.composer/cache
# Build matrix options
matrix: