forked from mirrors/gstreamer-rs
Also build another time with --all-features on travis
This commit is contained in:
parent
b293d7d03e
commit
9f9307360c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ matrix:
|
||||||
script:
|
script:
|
||||||
- rustc --version
|
- rustc --version
|
||||||
- cargo build --all
|
- cargo build --all
|
||||||
- cargo test --all
|
- cargo build --all --all-features
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- curl -L https://people.freedesktop.org/~slomo/gstreamer.tar.gz | tar xz
|
- curl -L https://people.freedesktop.org/~slomo/gstreamer.tar.gz | tar xz
|
||||||
|
|
Loading…
Reference in a new issue