tmux-thumbs/.travis.yml

19 lines
213 B
YAML
Raw Normal View History

2019-02-28 23:00:41 +00:00
language: rust
cache: cargo
dist: trusty
2019-03-17 20:16:55 +00:00
os:
2019-02-28 23:00:41 +00:00
- linux
- osx
rust:
- nightly
- stable
2019-03-17 20:16:55 +00:00
before_script:
- rustup component add rustfmt
2019-02-28 23:00:41 +00:00
script:
2019-03-17 20:16:55 +00:00
- cargo fmt --all -- --check
2019-02-28 23:00:41 +00:00
- cargo build
- cargo test