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

Migrate Unix implementation to signal-hook-registry #98

Closed
wants to merge 2 commits into from

rustfmt

0be7b9b
Select commit
Failed to load commit list.
Closed

Migrate Unix implementation to signal-hook-registry #98

rustfmt
0be7b9b
Select commit
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Apr 28, 2023 in 2m 40s

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 #98 Migrate Unix implementation to signal-hook-registry.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job Rust ENV OS State
318.1 stable Linux passed
318.2 beta Linux passed
318.3 nightly Linux passed
318.4 stable SYNTAX_CHECK=1 Linux passed

Build Configuration

Build Option Setting
Language Rust
Operating System Linux (Xenial)
Rust Versions stable, beta, nightly
Build Configuration
{
  "language": "rust",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "cache": {
    "cargo": true
  },
  "rust": [
    "stable",
    "beta",
    "nightly"
  ],
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  },
  "sudo": false,
  "jobs": {
    "include": [
      {
        "rust": "stable",
        "env": [
          {
            "SYNTAX_CHECK": "1"
          }
        ],
        "install": [
          "rustup component add rustfmt"
        ],
        "script": [
          "cargo fmt -- --check"
        ]
      }
    ]
  }
}