Version 1.0.0 #175
+1
−1
Merged
Version 1.0.0 #175
Travis CI / Travis CI - Pull Request
succeeded
Oct 30, 2019
in
6m 28s
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 #175 Version 1.0.0.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has four jobs, running in parallel.
| Job | Rust | ENV | OS | State |
|---|---|---|---|---|
| 1.36.0 | Linux | passed | ||
| nightly | Linux | passed | ||
| beta | DO_FUZZ=true | Linux | passed | |
| stable | DO_FUZZ=true | Linux | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Rust |
| Operating System | Linux (Xenial) |
Build Configuration
{
"dist": "xenial",
"group": "stable",
"addons": {
"apt": {
"update": true,
"packages": [
"binutils-dev",
"libunwind8-dev",
"libcurl4-openssl-dev",
"libelf-dev",
"libdw-dev",
"cmake",
"gcc",
"libiberty-dev"
]
}
},
"matrix": {
"include": [
{
"dist": "xenial",
"rust": "1.36.0"
},
{
"dist": "xenial",
"rust": "nightly"
},
{
"env": "DO_FUZZ=true",
"dist": "xenial",
"rust": "beta"
},
{
"env": "DO_FUZZ=true",
"dist": "xenial",
"rust": "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([ $TRAVIS_RUST_VERSION != nightly ] || bash ./scripts/run_miri.sh) &&\nif [ \"$DO_FUZZ\" = true ]\nthen\n(\n cd fuzz\n ./travis-fuzz.sh\n)\nfi\n",
".result": "configured",
"language": "rust"
}