signal-hook 0.1.17

Unix signal handling
Documentation
language: rust
cache: cargo
rust:
    - 1.26.0
    - 1.31.0
    - stable
    - beta
    - nightly
os:
    - windows
    - linux
    - osx

before_script:
    - |
      (travis_wait rustup component add rustfmt-preview || true) &&
      (test "$TRAVIS_RUST_VERSION" == 1.26.0 || travis_wait rustup component add clippy-preview || true)

script:
    - |
      ./ci-check.sh