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

Version 1.0.0 #175

Merged
merged 1 commit into from Nov 2, 2019

Version 1.0.0

523a6dc
Select commit
Merged

Version 1.0.0 #175

Version 1.0.0
523a6dc
Select commit
Travis CI / Travis CI - Pull Request succeeded Oct 30, 2019 in 6m 28s

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 #175 Version 1.0.0.
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
751.1 1.36.0 Linux passed
751.2 nightly Linux passed
751.3 beta DO_FUZZ=true Linux passed
751.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.