filecheck 0.2.1

Library for writing tests for utilities that read text files and produce text output
Documentation
language: rust
rust:
    - stable
    - beta
dist: trusty
sudo: false
install:
    - travis_wait ./check-rustfmt.sh --install
script: ./test-all.sh
cache:
    cargo: true