Backport MaybeUninit patches to 0.6 #179
Closed
Travis CI / Travis CI - Branch
succeeded
Oct 30, 2019
in
2m 11s
Build Passed
The build passed.
Details
This is a normal build for the v0.6.12 branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has four jobs, running in parallel.
| Job | Rust | State |
|---|---|---|
| 1.20.0 | passed | |
| nightly | passed | |
| beta | passed | |
| stable | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Rust |
| Operating System | Linux (Xenial) |
| Rust Versions | 1.20.0, nightly, beta, stable |
Build Configuration
{
"os": "linux",
"dist": "xenial",
"rust": [
"1.20.0",
"nightly",
"beta",
"stable"
],
"group": "stable",
"script": "cargo build --verbose &&\ncargo test --verbose &&\ncargo test --verbose --features serde &&\n([ $TRAVIS_RUST_VERSION != nightly ] || cargo check --verbose --no-default-features) &&\n([ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose --features union) &&\n([ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose --all-features) &&\n([ $TRAVIS_RUST_VERSION != nightly ] || cargo bench --verbose bench)\n",
".result": "configured",
"language": "rust"
}