Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#50296 closed enhancement (fixed)

Improve Travis config to pass config validation

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

Description

Current output:

notifications.slack: unknown key on_start (never)
root: missing dist, using the default xenial
root: missing os, using the default linux
root: key matrix is an alias for jobs, using jobs

Change History (2)

#2 @ocean90
5 years ago

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

In 47877:

Build/Test Tools: Improve Travis config to pass config validation.

  • Add missing os and dist with the current default values.
  • Replace the alias matrix with jobs.
  • Remove unsupported on_start for notifications.slack.

Fixes #50296.

Note: See TracTickets for help on using tickets.