Make WordPress Core

Changeset 37340


Ignore:
Timestamp:
05/01/2016 08:03:59 PM (10 years ago)
Author:
ocean90
Message:

Travis CI: Include npm prune in the before_script command.

Caching of node modules was added in [37058]. npm prune removes extraneous packages so the cache contains only current modules.

Props netweb.
Fixes #36490.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r37268 r37340  
    5151- npm install -g grunt-cli
    5252- npm install
     53- npm prune
    5354script: grunt $WP_TRAVISCI
    5455notifications:
Note: See TracChangeset for help on using the changeset viewer.