blob: 2b60f12d7b2218f58a31ec03b3b3f83832732c27 [file] [log] [blame]
language: rust
sudo: false
# run builds for all the trains (and more)
rust:
- 1.12.0
- stable
- beta
- nightly
# the main build
script:
- |
cargo build &&
cargo test &&
cargo test --release &&
cargo doc &&
cargo bench
branches:
only:
- master