Skip to content

Merge branch 'master' into optimisations-june

Travis CI / Travis CI - Pull Request required action Jun 28, 2019 in 1m 58s

Build Errored

The build errored. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #35 Optimisations and document request and rule handling fixes.
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
47.1 stable Linux errored
47.2 stable macOS errored
47.3 stable windows failed
47.4 nightly Linux errored This job is allowed to fail.
47.5 nightly macOS errored This job is allowed to fail.
47.6 nightly windows failed 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.