peach-workspace/peach-oled/.travis.yml

8 lines
120 B
YAML
Raw Permalink Normal View History

2021-10-25 09:30:43 +00:00
language: rust
rust:
- nightly
before_script:
- rustup component add clippy
script:
- cargo clippy -- -D warnings