language: rust
rust:
- stable
- beta
- nightly
- 1.13.0
script:
- cargo build
- cargo build --release
- cargo test
- cargo test --release