Make WordPress Core

Opened 6 years ago

Closed 6 years ago

#50296 closed enhancement (fixed)

Improve Travis config to pass config validation

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

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
6 years ago

  • Owner set to ocean90
  • Resolutionfixed
  • Status newclosed

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.