rustty 0.1.12

A terminal UI library
Documentation
language: rust

rust:
    - nightly
    - beta
    - stable

cache:
    directories:
        - target

script:
    - cargo build --verbose
    - cargo test --verbose
    - cargo doc

after_success:
    test $TRAVIS_PULL_REQUEST == "false" &&
    test $TRAVIS_BRANCH == "master" &&
    test $TRAVIS_RUST_VERSION == "stable" &&
    sh etc/deploy-docs.sh