Fix Box2D/Box3D::from_points. #392
+37
−58
Merged
Travis CI / Travis CI - Pull Request
succeeded
Dec 13, 2019
in
2m 39s
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 #392 Fix Box2D/Box3D::from_points..
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has 17 jobs, running in parallel.
| Job | Rust | ENV | OS | State |
|---|---|---|---|---|
| 1.31.0 | FEATURES="" | Linux | passed | |
| stable | FEATURES="" | Linux | passed | |
| beta | FEATURES="" | Linux | passed | |
| nightly | FEATURES="" | Linux | passed | |
| 1.31.0 | FEATURES="--features serde" | Linux | passed | |
| stable | FEATURES="--features serde" | Linux | passed | |
| beta | FEATURES="--features serde" | Linux | passed | |
| nightly | FEATURES="--features serde" | Linux | passed | |
| 1.31.0 | FEATURES="--no-default-features --features libm" | Linux | passed | |
| stable | FEATURES="--no-default-features --features libm" | Linux | passed | |
| beta | FEATURES="--no-default-features --features libm" | Linux | passed | |
| nightly | FEATURES="--no-default-features --features libm" | Linux | passed | |
| stable | FEATURES="" | Linux | passed | |
| stable | FEATURES="--features mint" | Linux | passed | |
| beta | FEATURES="" | Linux | passed | |
| nightly | FEATURES="--features unstable" | Linux | passed | |
| nightly | FEATURES="--features unstable,serde" | Linux | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Rust |
| Operating System | Linux (Xenial) |
| Rust Versions | 1.31.0, stable, beta, nightly |
Build Configuration
{
"env": [
"FEATURES=\"\"",
"FEATURES=\"--features serde\"",
"FEATURES=\"--no-default-features --features libm\""
],
"dist": "xenial",
"rust": [
"1.31.0",
"stable",
"beta",
"nightly"
],
"group": "stable",
"matrix": {
"include": [
{
"env": "FEATURES=\"\"",
"dist": "xenial",
"rust": "stable"
},
{
"env": "FEATURES=\"--features mint\"",
"dist": "xenial",
"rust": "stable"
},
{
"env": "FEATURES=\"\"",
"dist": "xenial",
"rust": "beta"
},
{
"env": "FEATURES=\"--features unstable\"",
"dist": "xenial",
"rust": "nightly"
},
{
"env": "FEATURES=\"--features unstable,serde\"",
"dist": "xenial",
"rust": "nightly"
}
]
},
"script": [
"cargo build $FEATURES",
"cargo test --verbose $FEATURES"
],
".result": "configured",
"language": "rust"
}