mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 04:48:25 +01:00
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
This commit is contained in:
parent
844f2e8b37
commit
640e7edcae
@ -3,6 +3,8 @@ language: php
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
- vendor
|
||||
- $HOME/.composer/cache
|
||||
matrix:
|
||||
include:
|
||||
- php: 5.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user