Change CFMutableAttributedString::set_attribute argument type #370
Travis CI / Travis CI - Pull Request
succeeded
Apr 17, 2020
in
1m 45s
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 #370 Change CFMutableAttributedString::set_attribute argument type.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in parallel.
| Job | Rust | Xcode | ENV | OS | State |
|---|---|---|---|---|---|
| stable | TARGET=x86_64-apple-darwin CGFEATURES="--features elcapitan" | macOS | passed | ||
| stable | xcode7.2 | TARGET=x86_64-apple-darwin CGFEATURES="" | macOS | passed | |
| stable | xcode9.4 | TARGET=x86_64-apple-darwin CGFEATURES="--features highsierra,elcapitan" | macOS | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Rust |
| Operating System | macOS |
| Rust Version | stable |
Build Configuration
{
"language": "rust",
"os": [
"osx"
],
"rust": [
"stable"
],
"install": [
"rustup target add $TARGET"
],
"script": [
"cargo build --all-targets --verbose --target $TARGET",
"cargo test --verbose --target $TARGET -- --nocapture"
],
"jobs": {
"include": [
{
"env": [
{
"TARGET": "x86_64-apple-darwin",
"CGFEATURES": "\"--features elcapitan\""
}
]
},
{
"osx_image": "xcode7.2",
"env": [
{
"TARGET": "x86_64-apple-darwin",
"CGFEATURES": "\"\""
}
]
},
{
"osx_image": "xcode9.4",
"env": [
{
"TARGET": "x86_64-apple-darwin",
"CGFEATURES": "\"--features highsierra,elcapitan\""
}
]
}
]
}
}