Revision control

Copy as Markdown

Other Tools

sudo: false
language: rust
os:
- linux
- osx
rust:
- stable
- beta
- 1.21.0
- 1.13.0
install:
- rustc -Vv
- cargo -V
script:
- cargo build --verbose
- RUST_BACKTRACE=full cargo test --verbose -- --nocapture
cache:
cargo: true