Skip to content

adds APIs to insert and query individual redirect resources

Travis CI / Travis CI - Pull Request succeeded Jun 18, 2019 in 33m 50s

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 #29 Implements uBO style polyfills for requests redirects.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has six jobs, running in parallel.

Job Rust OS State Notes
27.1 stable Linux passed
27.2 stable macOS passed
27.3 stable windows passed
27.4 nightly Linux passed This job is allowed to fail.
27.5 nightly macOS passed This job is allowed to fail.
27.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.