Ignore new :upward prefix #92
Open
Travis CI / Travis CI - Branch
failed
Apr 26, 2020
in
16m 13s
Build Failed
The build failed.
Details
This is a normal build for the upward-fix branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has three jobs, running in parallel.
| Job | Rust | OS | State |
|---|---|---|---|
| stable | Linux | passed | |
| stable | macOS | failed | |
| stable | windows | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Rust |
| Operating System | Linux (Xenial), macOS, windows |
| Rust Version | stable |
Build Configuration
{
"language": "rust",
"os": [
"linux",
"osx",
"windows"
],
"dist": "xenial",
"rust": [
"stable"
],
"before_script": [
"if [ \"$TRAVIS_OS_NAME\" = \"linux\" ]; then cargo install --force cargo-audit ; fi",
"if [ \"$TRAVIS_OS_NAME\" = \"linux\" ]; then cargo generate-lockfile ; fi"
],
"script": [
"if [ \"$TRAVIS_OS_NAME\" = \"linux\" ]; then cargo audit ; fi",
"cargo test --verbose"
],
"jobs": {
"fast_finish": true
}
}