Add travis settings

merge-requests/7/merge
T. Okubo 2018-11-06 21:02:45 +09:00
parent ea2f4c4080
commit 496d85f1cd
1 changed files with 16 additions and 0 deletions

16
.travis.yml 100644
View File

@ -0,0 +1,16 @@
language: rust
rust:
- stable
script:
- cargo build --all
os:
- linux
addons:
apt:
packages:
- libvlc-dev