rsbb/.travis.yml

14 lines
243 B
YAML

language: rust
rust:
- stable
- beta
cache: cargo
before_script:
- cargo update || true
matrix:
include:
- rust: nightly
env: TASK=rustfmt
before_script: rustup component add rustfmt-preview
script: cargo fmt -- --check