lemmy/.travis.yml

14 lines
203 B
YAML
Raw Normal View History

2019-04-06 14:54:45 +00:00
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
fast_finish: true
cache: cargo
script:
- cargo build --verbose --all
- cargo test --verbose --all