mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-08 15:30:37 +00:00
15 lines
134 B
YAML
15 lines
134 B
YAML
|
language: rust
|
||
|
cache: cargo
|
||
|
dist: trusty
|
||
|
os:
|
||
|
- linux
|
||
|
- osx
|
||
|
|
||
|
rust:
|
||
|
- nightly
|
||
|
- stable
|
||
|
|
||
|
script:
|
||
|
- cargo build
|
||
|
- cargo test
|