mockiato 0.6.1

A strict, yet friendly mocking library for Rust 2018
Documentation
dist: xenial
language: rust

os:
  - linux
  - osx
  - windows

install:
- rustup component add rustfmt clippy

script:
- cargo build --all --all-features --verbose
- cargo test --all --all-features --verbose
- cargo clippy --all -- -Dwarnings
- cargo clippy --all --tests -- -Dwarnings
- cargo fmt --all -- --check
- cargo doc --all --no-deps