orgize/.travis.yml

18 lines
229 B
YAML
Raw Normal View History

2019-02-06 11:56:44 +00:00
language: rust
rust:
- stable
cache: cargo
before_script:
- rustup component add rustfmt-preview
script:
- cargo fmt --all -- --check
- cargo test
notifications:
email:
on_failure: change
on_success: change