tests: use jammy as the testing OS. #185
Open
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 |
|---|---|---|---|---|
| 5.22 | JOBS=3 | Linux | errored | |
| 5.20 | JOBS=3 | Linux | errored | |
| 5.18 | JOBS=3 | Linux | errored | |
| 5.16 | JOBS=3 | Linux | errored | |
| 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"
]
}
Loading