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

Replace the `define_matrix!` macro using a proc macro. #314

Merged
merged 11 commits into from Jan 12, 2019
Travis CI / Travis CI - Branch failed Jan 12, 2019 in 1m 48s

Build Failed

The build failed.

Details

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

Jobs and Stages

This build has 13 jobs, running in parallel.

Job Rust ENV OS State
1062.1 1.23.0 \["FEATURES=\\"\\""\] Linux failed
1062.2 stable \["FEATURES=\\"\\""\] Linux passed
1062.3 beta \["FEATURES=\\"\\""\] Linux passed
1062.4 nightly \["FEATURES=\\"\\""\] Linux passed
1062.5 1.23.0 \["FEATURES=\\"--features serde\\""\] Linux failed
1062.6 stable \["FEATURES=\\"--features serde\\""\] Linux passed
1062.7 beta \["FEATURES=\\"--features serde\\""\] Linux passed
1062.8 nightly \["FEATURES=\\"--features serde\\""\] Linux passed
1062.9 stable \["FEATURES=\\"\\""\] Linux passed
1062.10 stable \["FEATURES=\\"--features mint\\""\] Linux passed
1062.11 beta \["FEATURES=\\"\\""\] Linux passed
1062.12 nightly \["FEATURES=\\"--features unstable\\""\] Linux passed
1062.13 nightly \["FEATURES=\\"--features unstable,serde\\""\] Linux passed

Build Configuration

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