Skip to content

tests: use jammy as the testing OS.

5d26aa1
Select commit
Loading
Failed to load commit list.
Open

tests: use jammy as the testing OS. #185

tests: use jammy as the testing OS.
5d26aa1
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Mar 11, 2026 in 13m 48s

Build Errored

The build errored.

Details

This is a normal build for the jammy branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has five jobs, running in parallel.

Job Perl ENV OS State
484.1 5.22 JOBS=3 Linux errored
484.2 5.20 JOBS=3 Linux errored
484.3 5.18 JOBS=3 Linux errored
484.4 5.16 JOBS=3 Linux errored
484.5 5.14 JOBS=3 Linux errored

Build Configuration

Build Option Setting
Language Perl
Operating System Linux (Jammy)
Perl Versions 5.22, 5.20, 5.18, 5.16, 5.14
Build Configuration
{
  "language": "perl",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "sudo": true,
  "addons": {
    "apt": {
      "packages": [
        "cpanminus"
      ]
    }
  },
  "perl": [
    "5.22",
    "5.20",
    "5.18",
    "5.16",
    "5.14"
  ],
  "env": [
    "global={:JOBS=>\"3\"}"
  ],
  "script": [
    "perl Makefile.PL",
    "make -j$(JOBS)",
    "make test"
  ]
}