error-iter 0.2.0

Error::chain on stable Rust
Documentation
language: rust
rust:
# MSRV
- 1.37.0

# Stable release channel
- stable

cache: cargo

matrix:
  fast_finish: true

before_script:
- rustup component add clippy
- rustup component add rustfmt

script:
- cargo clippy --all -- -D warnings
- cargo test --all
- cargo fmt --all -- --check