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

Implement Clone for IntoIter where A: Clone #191

Closed
wants to merge 3 commits into from
Travis CI / Travis CI - Pull Request succeeded Dec 12, 2019 in 6m 5s

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 #191 Implement Clone for IntoIter where A: Clone.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job Rust ENV OS State
787.1 1.36.0 Linux passed
787.2 nightly Linux passed
787.3 beta DO_FUZZ=true Linux passed
787.4 stable DO_FUZZ=true Linux passed

Build Configuration

Build Option Setting
Language Rust
Operating System Linux (Xenial)
Build Configuration
{
  "dist": "xenial",
  "group": "stable",
  "addons": {
    "apt": {
      "update": true,
      "packages": [
        "binutils-dev",
        "libunwind8-dev",
        "libcurl4-openssl-dev",
        "libelf-dev",
        "libdw-dev",
        "cmake",
        "gcc",
        "libiberty-dev"
      ]
    }
  },
  "matrix": {
    "include": [
      {
        "dist": "xenial",
        "rust": "1.36.0"
      },
      {
        "dist": "xenial",
        "rust": "nightly"
      },
      {
        "env": "DO_FUZZ=true",
        "dist": "xenial",
        "rust": "beta"
      },
      {
        "env": "DO_FUZZ=true",
        "dist": "xenial",
        "rust": "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([ $TRAVIS_RUST_VERSION != nightly ] || bash ./scripts/run_miri.sh) &&\nif [ \"$DO_FUZZ\" = true ]\nthen\n(\n  cd fuzz\n  ./travis-fuzz.sh\n)\nfi\n",
  ".result": "configured",
  "language": "rust"
}
You can’t perform that action at this time.