mapToJson to produce ToSomeJsonObject #65
Merged
Travis CI / Travis CI - Branch
succeeded
Jun 13, 2024 in 4m 31s
Build Passed
The build passed.
Details
This is a normal build for the map-to-obj branch. You should be able to reproduce it by checking out the branch locally.
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 | Scala |
Operating System | Linux (Xenial) |
Scala Version | 2.13 |
Build Configuration
{
"language": "scala",
"os": [
"linux"
],
"dist": "xenial",
"scala": [
"2.13"
],
"script": [
"./mill --disable-ticker __.compile",
"./mill --disable-ticker __.test"
],
"deploy": [
{
"provider": "script",
"skip_cleanup": true,
"script": "bash -xeu ci/deploy.sh",
"on": {
"tags": true
}
}
]
}
Loading