Skip to content

adds APIs to insert and query individual redirect resources

Travis CI / Travis CI - Branch succeeded Jun 18, 2019 in 19m 34s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the feature-redirect-injection branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has six jobs, running in parallel.

Job Rust OS State Notes
26.1 stable Linux passed
26.2 stable macOS passed
26.3 stable windows passed
26.4 nightly Linux passed This job is allowed to fail.
26.5 nightly macOS passed This job is allowed to fail.
26.6 nightly windows passed This job is allowed to fail.

Build Configuration

Build Option Setting
Language Rust
Operating System Linux (Xenial), macOS, windows
Rust Versions stable, nightly
Build Configuration
{
  "os": [
    "linux",
    "osx",
    "windows"
  ],
  "dist": "xenial",
  "rust": [
    "stable",
    "nightly"
  ],
  "group": "stable",
  "matrix": {
    "fast_finish": true,
    "allow_failures": [
      {
        "rust": "nightly"
      }
    ]
  },
  ".result": "configured",
  "language": "rust"
}
You can’t perform that action at this time.