Skip to content

Merge branch 'master' into optimisations-june

Travis CI / Travis CI - Branch succeeded Jun 28, 2019 in 26m 53s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the optimisations-june 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
46.1 stable Linux passed
46.2 stable macOS passed
46.3 stable windows passed
46.4 nightly Linux passed This job is allowed to fail.
46.5 nightly macOS passed This job is allowed to fail.
46.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.