Skip to content

Commit cfaeb7e

Browse files
committed
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.2 branch. git-svn-id: https://develop.svn.wordpress.org/branches/4.2@40552 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 60e6a48 commit cfaeb7e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ language: php
33
cache:
44
directories:
55
- node_modules
6+
- vendor
7+
- $HOME/.composer/cache
68
matrix:
79
include:
810
- php: 5.5

0 commit comments

Comments
 (0)