piston 0.25.0

The Piston game engine core libraries
Documentation
language: rust
rust:
  - stable
  - nightly
script:
  - cargo build -v
  - cargo doc -v
after_success:
  - curl http://docs.piston.rs/travis-doc-upload.sh | sh