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

adds functionality to add filters, check tags #32

Merged
merged 1 commit into from Jun 12, 2019

adds functionality to add filters, check tags

69e4e47
Select commit
Travis CI / Travis CI - Branch succeeded Jun 12, 2019 in 14m 8s

Build Passed

The build passed.

Details

This is a normal build for the node-api 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
14.1 stable Linux passed
14.2 stable macOS passed
14.3 stable windows passed
14.4 nightly Linux passed This job is allowed to fail.
14.5 nightly macOS passed This job is allowed to fail.
14.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.