app 0.6.3

A easy-to-use command-line-parser.
Documentation
sudo: false
language: rust
cache: cargo
rust:
  - nightly
  - beta
  - stable
matrix:
  allow_failures:
    - rust: nightly
#     - rust: stable
#     - rust: beta
script: |
  cargo build &&
  cargo test #&&
  # cargo doc

notifications:
  email:
    on_success: never