gecko-dev/third_party/rust/which/.travis.yml

16 строки
165 B
YAML

language: rust
os:
- linux
rust:
- stable
cache:
directories:
- $HOME/.cargo
script:
- cargo build --all
- cargo test
- cargo doc --all --no-deps