forked from mirrors/gstreamer-rs
Run tests on travis with G_DEBUG=fatal_warnings
This commit is contained in:
parent
a43c78f2c5
commit
f1f278271e
1 changed files with 2 additions and 2 deletions
|
@ -27,9 +27,9 @@ matrix:
|
|||
script:
|
||||
- rustc --version
|
||||
- cargo build --all
|
||||
- cargo test --all
|
||||
- G_DEBUG=fatal_warnings cargo test --all
|
||||
- cargo build --all --all-features
|
||||
- cargo test --all --all-features
|
||||
- G_DEBUG=fatal_warnings cargo test --all --all-features
|
||||
|
||||
before_install:
|
||||
- curl -L https://people.freedesktop.org/~slomo/gstreamer-1.14.3.tar.gz | tar xz
|
||||
|
|
Loading…
Reference in a new issue