Optimisations and `document` request and rule handling fixes #35
+952
−777
Travis CI / Travis CI - Branch
succeeded
Jun 28, 2019
in
26m 53s
Build Passed
The build passed, just like the previous build.
Details
This is a normal build for the optimisations-june branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has six jobs, running in parallel.
| Job | Rust | OS | State | Notes |
|---|---|---|---|---|
| stable | Linux | passed | ||
| stable | macOS | passed | ||
| stable | windows | passed | ||
| nightly | Linux | passed | This job is allowed to fail. | |
| nightly | macOS | passed | This job is allowed to fail. | |
| nightly | windows | passed | This job is allowed to fail. |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Rust |
| Operating System | Linux (Xenial), macOS, windows |
| Rust Versions | stable, nightly |
Build Configuration
{
"os": [
"linux",
"osx",
"windows"
],
"dist": "xenial",
"rust": [
"stable",
"nightly"
],
"group": "stable",
"matrix": {
"fast_finish": true,
"allow_failures": [
{
"rust": "nightly"
}
]
},
".result": "configured",
"language": "rust"
}