Support futures 0.3 streams for IPC channels #227
Merged
Travis CI / Travis CI - Pull Request
succeeded
Mar 4, 2019
in
4m 25s
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 #227 Support futures 0.3 streams for IPC channels.
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 | OS | State |
|---|---|---|---|---|
| nightly | \["FEATURES=\\"unstable\\""\] | Linux | passed | |
| nightly | \["FEATURES=\\"unstable force-inprocess\\""\] | Linux | passed | |
| nightly | \["FEATURES=\\"unstable\\""\] | macOS | passed | |
| nightly | \["FEATURES=\\"unstable force-inprocess\\""\] | macOS | passed | |
| nightly | \["FEATURES=\\"unstable memfd\\""\] | Linux | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Rust |
| Operating System | Linux (Trusty), macOS |
| Rust Version | nightly |
Build Configuration
{
"os": [
"linux",
"osx"
],
"env": [
"FEATURES=\"unstable\"",
"FEATURES=\"unstable force-inprocess\""
],
"dist": "trusty",
"rust": [
"nightly"
],
"sudo": false,
"group": "stable",
"matrix": {
"include": [
{
"os": "linux",
"env": "FEATURES=\"unstable memfd\"",
"dist": "trusty"
}
]
},
"script": [
"cargo build --features \"$FEATURES\"",
"cargo test --features \"$FEATURES\""
],
".result": "configured",
"language": "rust",
"global_env": [
"RUST_BACKTRACE=1"
]
}