Need your feedback for research on evaluating automated conversion from Travis CI to GitHub Actions workflows #1033
Travis CI / Travis CI - Pull Request
failed
Dec 10, 2025 in 3m 13s
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 #1033 Need your feedback for research on evaluating automated conversion from Travis CI to GitHub Actions workflows.
Any changes that have been made to the devel branch before the build ran are also included.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Java |
| Operating System | Linux (Focal) |
Build Configuration
{
"language": "java",
"os": [
"linux"
],
"dist": "focal",
"install": [
"true"
],
"services": [
"mongodb"
],
"script": [
"./travis.sh"
],
"before_install": [
"curl -s \"https://get.sdkman.io\" | bash",
"source \"$HOME/.sdkman/bin/sdkman-init.sh\"",
"sdk install java 23-open",
"sdk use java 23-open"
]
}
Loading