md5 0.3.3

The package provides the MD5 hash function.
Documentation
language: rust
sudo: false

rust:
  - stable
  - beta
  - nightly

script:
  - cargo build --verbose
  - cargo test --verbose
  - if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then
      cargo bench --verbose;
    fi

notifications:
  email: false