gecko-dev/third_party/rust/binary-space-partition/.travis.yml

11 строки
122 B
YAML

sudo: false
language: rust
cache: cargo
rust:
- nightly
- stable
script:
- cargo build
- cargo doc
- cargo test