Improve performance by removing dubious code #217
Travis CI / Travis CI - Pull Request
failed
Jan 29, 2025 in 1m 30s
Build Failed
The build failed. This is a change from the previous build, which passed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #217 Improve performance by removing dubious code.
Any changes that have been made to the develop branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in parallel.
Job | Perl | ENV | OS | State |
---|---|---|---|---|
5.38 | TEST_WITH_NETWORK=1 | Linux | failed | |
5.34 | TEST_WITH_NETWORK=1 | Linux | failed | |
5.26 | TEST_WITH_NETWORK=1 | Linux | failed |
Build Configuration
Build Option | Setting |
---|---|
Language | Perl |
Operating System | Linux (Focal) |
Perl Versions | 5.38, 5.34, 5.26 |
Build Configuration
{
"language": "perl",
"os": [
"linux"
],
"dist": "focal",
"env": [
"jobs={:TEST_WITH_NETWORK=>\"1\"}"
],
"perl": [
"5.38",
"5.34",
"5.26"
],
"before_install": [
"eval \"$(curl https://travis-perl.github.io/init)\"",
"sudo apt-get install -y libidn2-dev",
"cpan-install --deps Devel::CheckLib ExtUtils::PkgConfig Module::Install Module::Install::XSUtil Test::Fatal"
],
"install": [
"cpanm --verbose --notest --configure-args=\"--no-ed25519\" ."
],
"script": [
"prove -bl $(test-files)"
]
}
Loading