console 0.9.2

A terminal and console abstraction for Rust
Documentation
sudo: false
language: rust
rust:
  - stable
  - beta
  - nightly

script:
  - make test
  - if [ "$TRAVIS_RUST_VERSION" = stable ]; then make lint; fi