Add travis settings
parent
ea2f4c4080
commit
496d85f1cd
|
@ -0,0 +1,16 @@
|
|||
language: rust
|
||||
|
||||
rust:
|
||||
- stable
|
||||
|
||||
script:
|
||||
- cargo build --all
|
||||
|
||||
os:
|
||||
- linux
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libvlc-dev
|
||||
|
Loading…
Reference in New Issue