gecko-dev/third_party/rust/plane-split/.travis.yml

12 строки
193 B
YAML

sudo: false
language: rust
cache: cargo
rust:
- nightly
- stable
script:
- cargo build
- cargo doc
- cargo test
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then (cargo bench); fi