Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport MaybeUninit patches to 0.6 #179

Closed
wants to merge 5 commits into from
Travis CI / Travis CI - Branch succeeded Oct 28, 2019 in 2m 2s

Build Passed

The build passed.

Details

This is a normal build for the v0.6.11 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has four jobs, running in parallel.

Job Rust State
723.1 1.20.0 passed
723.2 nightly passed
723.3 beta passed
723.4 stable passed

Build Configuration

Build Option Setting
Language Rust
Operating System Linux (Xenial)
Rust Versions 1.20.0, nightly, beta, stable
Build Configuration
{
  "os": "linux",
  "dist": "xenial",
  "rust": [
    "1.20.0",
    "nightly",
    "beta",
    "stable"
  ],
  "group": "stable",
  "script": "cargo build --verbose &&\ncargo test --verbose &&\ncargo test --verbose --features serde &&\n([ $TRAVIS_RUST_VERSION != nightly ] || cargo check --verbose --no-default-features) &&\n([ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose --features union) &&\n([ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose --all-features) &&\n([ $TRAVIS_RUST_VERSION != nightly ] || cargo bench --verbose bench)\n",
  ".result": "configured",
  "language": "rust"
}
You can’t perform that action at this time.