mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-08 15:30:37 +00:00
19 lines
213 B
YAML
19 lines
213 B
YAML
language: rust
|
|
cache: cargo
|
|
dist: trusty
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
rust:
|
|
- nightly
|
|
- stable
|
|
|
|
before_script:
|
|
- rustup component add rustfmt
|
|
|
|
script:
|
|
- cargo fmt --all -- --check
|
|
- cargo build
|
|
- cargo test
|