mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00: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. Props netweb Fixes #40539 git-svn-id: https://develop.svn.wordpress.org/trunk@40538 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -4,6 +4,8 @@ cache:
|
||||
apt: true
|
||||
directories:
|
||||
- node_modules
|
||||
- vendor
|
||||
- $HOME/.composer/cache
|
||||
env:
|
||||
global:
|
||||
- WP_TRAVISCI=travis:phpunit
|
||||
|
||||
Reference in New Issue
Block a user