Changeset 12992
- Timestamp:
- 07/12/2021 05:50:11 PM (5 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 3 edited
-
.github/workflows/unit-tests.yml (modified) (1 diff)
-
.travis.yml (deleted)
-
Gruntfile.js (modified) (1 diff)
-
README.md (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/unit-tests.yml
r12950 r12992 16 16 include: 17 17 - php: '8.0' 18 wp_version: '5. 7'18 wp_version: '5.8' 19 19 - php: '7.4' 20 wp_version: '5. 7'20 wp_version: '5.8' 21 21 env: 22 22 WP_ENV_PHP_VERSION: ${{ matrix.php }} -
trunk/Gruntfile.js
r12880 r12992 425 425 grunt.registerTask( 'jstest', 'Runs all JavaScript tasks.', [ 'jsvalidate:src', 'jshint' ] ); 426 426 427 // Travis CI Tasks.428 grunt.registerTask( 'travis:grunt', 'Runs Grunt build task.', ['commit', 'clean:all', 'copy:files', 'uglify:core', 'jsvalidate:build', 'cssmin', 'bp_rest', 'exec:bpdefault', 'exec:cli', 'clean:cli'] );429 grunt.registerTask( 'travis:phpunit', ['jsvalidate:src', 'jshint', 'checktextdomain', 'phplint', 'test'] );430 grunt.registerTask( 'travis:codecoverage', 'Runs PHPUnit tasks with code-coverage generation.', ['phpunit:codecoverage'] );431 grunt.registerTask( 'travis:phpcompat', 'Runs PHP compatibility scan.', ['exec:phpcompat'] );432 433 427 // Patch task. 434 428 grunt.renameTask( 'patch_wordpress', 'patch' ); -
trunk/README.md
r12952 r12992 1 1 # BuddyPress 2 3 [](https://travis-ci.org/github/buddypress)4 2 5 3 [](https://github.com/buddypress/buddypress/actions?query=workflow%3A%22Unit+Tests%22+branch%3Amaster)
Note: See TracChangeset
for help on using the changeset viewer.