mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 01:21:05 +00:00
Add travis.yml
This commit is contained in:
parent
b9cd7122ff
commit
0e69b703cd
1 changed files with 12 additions and 0 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
language: rust
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libgstreamer1.0-dev
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: nightly
|
Loading…
Reference in a new issue