Skip to:
Content

BuddyPress.org

Changeset 9228


Ignore:
Timestamp:
12/12/2014 05:33:27 PM (10 years ago)
Author:
djpaul
Message:

Grunt: run more JS validation tests and checktextdomain during the travis task.

While committers ought to run grunt build-commit prior to committing, this is intended to act as a safety net should we forget and overlook something. Hopefully, the failures will bubble up to Travis-CI, and we'll be notified that way.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r9149 r9228  
    247247
    248248    // Travis CI Task
    249     grunt.registerTask( 'travis', ['jshint', 'test'] );
     249    grunt.registerTask( 'travis', ['jsvalidate:src', 'jshint', 'checktextdomain', 'test'] );
    250250
    251251    // Patch task.
Note: See TracChangeset for help on using the changeset viewer.