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

percent-encoding: make sets be values of one type, instead of types that implement a trait #519

Merged
merged 2 commits into from Jul 17, 2019
Travis CI / Travis CI - Branch failed Jul 17, 2019 in 2m 52s

Build Failed

The build failed, just like the previous build.

Details

This is a normal build for the percent-encoding-consts branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has five jobs, running in parallel.

Job Rust ENV State
1695.1 1.30.0 failed
1695.2 stable passed
1695.3 beta passed
1695.4 nightly passed
1695.5 nightly \["TARGET=WASM32"\] passed

Build Configuration

Build Option Setting
Language Rust
Operating System Linux (Xenial)
Build Configuration
{
  "os": "linux",
  "dist": "xenial",
  "jobs": {
    "include": [
      {
        "rust": "1.30.0"
      },
      {
        "rust": "stable"
      },
      {
        "rust": "beta"
      },
      {
        "rust": "nightly"
      },
      {
        "env": "TARGET=WASM32",
        "rust": "nightly",
        "script": "cargo build --all --target=wasm32-unknown-unknown",
        "install": "rustup target add wasm32-unknown-unknown"
      }
    ]
  },
  "group": "stable",
  "script": "cargo test --all-features --all",
  ".result": "configured",
  "language": "rust"
}
You can’t perform that action at this time.