libz-sys 1.0.26

Low-level bindings to the system libz library (also known as zlib).
Documentation
language: rust
matrix:
  include:
    - rust: stable
    - os: osx

    - env: LIBZ_SYS_STATIC=1
    - env: LIBZ_SYS_STATIC=1
      os: osx

    - rust: stable
      script:
        - cargo generate-lockfile
        - ci/run-docker.sh

    - rust: beta
    - rust: nightly
script:
  - cargo test
  - cargo run --manifest-path systest/Cargo.toml
notifications:
  email:
    on_success: never