docopt 0.8.3

Command line argument parsing.
Documentation
language: rust
rust:
  - 1.15.0
  - stable
  - beta
  - nightly
script:
  - cargo build --verbose
  - cargo test --verbose
  - cargo doc
  - if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
      cd docopt_macros;
      cargo build --verbose;
      cargo test --verbose;
    fi