Make WordPress Core

Opened 4 years ago

Closed 3 years ago

#52666 closed task (blessed) (fixed)

Remove some lingering Travis CI references

Reported by: johnbillion's profile johnbillion Owned by: ocean90's profile ocean90
Milestone: 5.8 Priority: low
Severity: normal Version: 5.7
Component: Build/Test Tools Keywords: has-patch
Focuses: Cc:

Description

Previously: #50401

There are a few lingering references to Travis CI that should be removed:

  • travis: tasks, travisErrors, and travisWarnings config in Gruntfile.js
  • A Build Status badge in README.md that comes from Travis via shields.io
  • Travis related skipping in the skipOnAutomatedBranches() test method

Attachments (2)

52666.diff (3.3 KB) - added by SergeyBiryukov 4 years ago.
52666.2.diff (4.3 KB) - added by ocean90 3 years ago.

Download all attachments as: .zip

Change History (4)

@SergeyBiryukov
4 years ago

#1 @SergeyBiryukov
4 years ago

  • Keywords has-patch added; needs-patch removed
  • Milestone changed from Awaiting Review to 5.8

@ocean90
3 years ago

#2 @ocean90
3 years ago

  • Owner set to ocean90
  • Resolution set to fixed
  • Status changed from new to closed

In 50697:

Build/Test Tools: Remove remaining Travis CI references.

  • Remove travis: tasks in Gruntfile.js.
  • Remove status badge in README.md that comes from Travis CI via shields.io.
  • Remove Travis CI related skipping in the WP_UnitTestCase_Base::skipOnAutomatedBranches() test method and related Docker environment variables.

Props johnbillion, SergeyBiryukov, ocean90.
See #52161.
Fixes #52666.

Note: See TracTickets for help on using tickets.