tmux-thumbs/.travis.yml
2020-07-15 16:07:41 +00:00

23 lines
356 B
YAML

language: rust
cache: cargo
dist: trusty
os:
- linux
- osx
rust:
# FIXME: Try again when component 'rustfmt' is available
# - nightly
- stable
before_script:
- rustup component add rustfmt
- cargo install --force cargo-audit
- cargo generate-lockfile
script:
- cargo fmt --all -- --check
- cargo build
- cargo test
- cargo audit