mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-10 00:00:36 +00:00
Add travis
This commit is contained in:
parent
7046f8e375
commit
52cb25d76c
14
.travis.yml
Normal file
14
.travis.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
language: rust
|
||||||
|
cache: cargo
|
||||||
|
dist: trusty
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
|
|
||||||
|
rust:
|
||||||
|
- nightly
|
||||||
|
- stable
|
||||||
|
|
||||||
|
script:
|
||||||
|
- cargo build
|
||||||
|
- cargo test
|
Loading…
Reference in New Issue
Block a user