piston_window 0.20.0

The official Piston window back-end for the Piston game engine
language: rust
rust:
  - stable
  - nightly
script:
  - cargo test -v
  - cargo doc -v
after_success:
  - curl http://docs.piston.rs/travis-doc-upload.sh | sh