Make WordPress Core


Ignore:
Timestamp:
03/11/2017 05:18:14 PM (8 years ago)
Author:
ocean90
Message:

Build/Test Tools: Allow Travis CI to cache the node_modules directory.

Merge of [37058] and [36490] to the 4.3 branch.

See #36291, #36490.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.3/.travis.yml

    r40277 r40281  
    11sudo: false
    22language: php
     3cache:
     4  directories:
     5    - node_modules
    36matrix:
    47  include:
     
    7477- npm install -g grunt-cli
    7578- npm install
     79- npm prune
    7680- php --version
    7781- |
Note: See TracChangeset for help on using the changeset viewer.