Make WordPress Core

Changeset 44993


Ignore:
Timestamp:
03/25/2019 12:51:12 AM (6 years ago)
Author:
johnbillion
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r44950 r44993  
    55  apt: true
    66  directories:
    7     - node_modules
     7    - $HOME/.npm
    88    - vendor
    99    - $HOME/.composer/cache
Note: See TracChangeset for help on using the changeset viewer.