percent-encoding: make sets be values of one type, instead of types that implement a trait #519
+278
−274
Travis CI / Travis CI - Pull Request
failed
Jul 17, 2019
in
8m 24s
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 #519 percent-encoding: make sets be values of one type, instead of types that implement a trait.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has five jobs, running in parallel.
| Job | Rust | ENV | State |
|---|---|---|---|
| 1.30.0 | failed | ||
| stable | passed | ||
| beta | passed | ||
| nightly | passed | ||
| nightly | \["TARGET=WASM32"\] | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Rust |
| Operating System | Linux (Xenial) |
Build Configuration
{
"os": "linux",
"dist": "xenial",
"jobs": {
"include": [
{
"rust": "1.30.0"
},
{
"rust": "stable"
},
{
"rust": "beta"
},
{
"rust": "nightly"
},
{
"env": "TARGET=WASM32",
"rust": "nightly",
"script": "cargo build --all --target=wasm32-unknown-unknown",
"install": "rustup target add wasm32-unknown-unknown"
}
]
},
"group": "stable",
"script": "cargo test --all-features --all",
".result": "configured",
"language": "rust"
}