Make WordPress Core

Changeset 45445 for trunk/.travis.yml


Ignore:
Timestamp:
05/26/2019 07:34:24 PM (6 years ago)
Author:
johnbillion
Message:

Build/Test Tools: Remove the dependency on a globally installed Grunt.

The existing "grunt": "grunt" script in package.json allows for the use of npm run grunt ... which uses the local grunt binary in the project's node_modules.

Fixes #47380

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r45058 r45445  
    9090- node --version
    9191- nvm install 10.13.0
    92 - npm install -g grunt-cli
    9392- npm install
    9493- npm prune
     
    102101- phpunit --version
    103102- curl --version
    104 - grunt --version
    105103- git --version
    106104- svn --version
    107105- locale -a
    108 script: grunt $WP_TRAVISCI
     106script: npm run grunt $WP_TRAVISCI
    109107after_script:
    110108- |
Note: See TracChangeset for help on using the changeset viewer.