Job Matrix Entries (allow_failures)

Attributes of jobs that are allowed to fail

Types

Keys

If given a map, the following keys are supported:

Shared keys

Examples

allow_failures:
- language: ruby
  os: linux
  dist: trusty
allow_failures:
  language: ruby
  os: linux
  dist: trusty
Beta