hyper-fs 0.2.0

Static File Service for hyper 0.11+.
Documentation
sudo: false
language: rust
cache: cargo
rust:
  - nightly
  - beta
  - stable
matrix:
  allow_failures:
    - rust: nightly
script: |
  cargo build &&
  cargo test
  
notifications:
  email:
    on_success: never