Update distribution used for CI in order to test against the last Rust versions #11
Travis CI / Travis CI - Pull Request
succeeded
Sep 3, 2024 in 8m 25s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #11 Update distribution used for CI in order to test against the last Rust versions.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
Job | ENV | OS | State |
---|---|---|---|
DOCKER_ORG=zencash | Linux | passed | |
DOCKER_ORG=zencash | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Generic |
Operating System | Linux (Noble) |
Build Configuration
{
"language": "generic",
"os": [
"linux"
],
"dist": "noble",
"addons": {
"apt": {
"packages": [
"libxml-xpath-perl"
]
}
},
"services": [
"docker"
],
"git": {
"depth": false
},
"env": [
"global={:DOCKER_ORG=>\"zencash\"}={:IMAGE_NAME=>\"sc-ci-base\"}={:NEED_CARGO_README=>\"false\"}={:NEED_NPM=>\"false\"}={:NEED_WASMPACK=>\"false\"}"
],
"script": [
"ci/travis_keep_alive.sh",
"ci/tests.sh"
],
"jobs": {
"include": [
{
"name": "stable",
"env": [
{
"IMAGE_TAG": "'focal_rust-stable_latest'",
"TESTS": "'010,015,020,030,040'"
}
]
},
{
"name": "nightly",
"env": [
{
"IMAGE_TAG": "'focal_rust-nightly_latest'",
"TESTS": "'010,015,020,030,040'"
}
]
}
]
}
}
Loading