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

Add `cast_unit` to the rest of the basic geometric types #376

Merged
merged 2 commits into from Nov 16, 2019
Travis CI / Travis CI - Pull Request succeeded Nov 16, 2019 in 1m 51s

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 #376 Add cast\_unit to the rest of the basic geometric types.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has 13 jobs, running in parallel.

Job Rust ENV OS State
1305.1 1.31.0 FEATURES="" Linux passed
1305.2 stable FEATURES="" Linux passed
1305.3 beta FEATURES="" Linux passed
1305.4 nightly FEATURES="" Linux passed
1305.5 1.31.0 FEATURES="--features serde" Linux passed
1305.6 stable FEATURES="--features serde" Linux passed
1305.7 beta FEATURES="--features serde" Linux passed
1305.8 nightly FEATURES="--features serde" Linux passed
1305.9 stable FEATURES="" Linux passed
1305.10 stable FEATURES="--features mint" Linux passed
1305.11 beta FEATURES="" Linux passed
1305.12 nightly FEATURES="--features unstable" Linux passed
1305.13 nightly FEATURES="--features unstable,serde" Linux passed

Build Configuration

Build Option Setting
Language Rust
Operating System Linux (Xenial)
Rust Versions 1.31.0, stable, beta, nightly
Build Configuration
{
  "env": [
    "FEATURES=\"\"",
    "FEATURES=\"--features serde\""
  ],
  "dist": "xenial",
  "rust": [
    "1.31.0",
    "stable",
    "beta",
    "nightly"
  ],
  "group": "stable",
  "matrix": {
    "include": [
      {
        "env": "FEATURES=\"\"",
        "dist": "xenial",
        "rust": "stable"
      },
      {
        "env": "FEATURES=\"--features mint\"",
        "dist": "xenial",
        "rust": "stable"
      },
      {
        "env": "FEATURES=\"\"",
        "dist": "xenial",
        "rust": "beta"
      },
      {
        "env": "FEATURES=\"--features unstable\"",
        "dist": "xenial",
        "rust": "nightly"
      },
      {
        "env": "FEATURES=\"--features unstable,serde\"",
        "dist": "xenial",
        "rust": "nightly"
      }
    ]
  },
  "script": [
    "cargo build $FEATURES",
    "cargo test --verbose $FEATURES"
  ],
  ".result": "configured",
  "language": "rust"
}
You can’t perform that action at this time.