mirror of
git://develop.git.wordpress.org/
synced 2025-04-15 17:45:04 +02:00
Build/Test tools: Switch npm dependency caching strategy on Travis CI.
This switches to caching npm's local cache instead of `node_modules` in order to prevent issues caused by modules compiled using a different version of node. See #46632 git-svn-id: https://develop.svn.wordpress.org/trunk@44993 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c2fd19e12d
commit
cf6026d64d
@ -4,7 +4,7 @@ language: php
|
||||
cache:
|
||||
apt: true
|
||||
directories:
|
||||
- node_modules
|
||||
- $HOME/.npm
|
||||
- vendor
|
||||
- $HOME/.composer/cache
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user