zip 0.2.8

Library to support the reading and writing of zip files.
Documentation
language: rust

rust:
    - stable
    - 1.20.0

sudo: false

notifications:
    email:
        on_success: never
        on_failure: always

script:
    - cargo test
    - cargo test --no-default-features
    - cargo doc --no-deps
    - rustdoc --test README.md -L target/debug

after_success:
    - curl https://mvdnes.github.io/rust-docs/travis-doc-upload.sh | bash