Skip to:
Content

BuddyPress.org

Changeset 12584


Ignore:
Timestamp:
03/25/2020 07:08:57 PM (5 years ago)
Author:
imath
Message:

Build tools: remove npm tasks form travis:grunt ones.

Fixes #8048

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r12583 r12584  
    395395
    396396    // Travis CI Tasks.
    397     grunt.registerTask( 'travis:grunt', 'Runs Grunt build task.', [ 'build' ]);
     397    grunt.registerTask( 'travis:grunt', 'Runs Grunt build task.', ['commit', 'clean:all', 'copy:files', 'uglify:core', 'jsvalidate:build', 'cssmin', 'bp_rest', 'exec:bpdefault', 'exec:cli'] );
    398398    grunt.registerTask( 'travis:phpunit', ['jsvalidate:src', 'jshint', 'checktextdomain', 'phplint', 'test'] );
    399399    grunt.registerTask( 'travis:codecoverage', 'Runs PHPUnit tasks with code-coverage generation.', ['phpunit:codecoverage'] );
Note: See TracChangeset for help on using the changeset viewer.