tmux-thumbs/.travis.yml
2019-03-17 20:16:55 +00:00

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