check-versions 0.1.2

Simple crate for ensuring that version numbers in README files are updated when the crate version changes.
Documentation
language: rust

rust:
  - 1.15.0
  - stable
  - beta
  - nightly

cache: cargo

script:
  - cargo build --verbose
  - cargo test --verbose

matrix:
  allow_failures:
    - rust: nightly