config 0.8.0

Layered configuration system for Rust applications.
Documentation
sudo: true
language: rust
cache: cargo
rust:
  - nightly
  - beta
  - stable

matrix:
    allow_failures:
        - rust: nightly

script:
  - cargo test