Run tests on travis with G_DEBUG=fatal_warnings

This commit is contained in:
Sebastian Dröge 2018-09-28 12:01:49 +03:00
parent d317e15c2e
commit e37be09eeb

View file

@ -27,9 +27,9 @@ matrix:
script: script:
- rustc --version - rustc --version
- cargo build --all - cargo build --all
- cargo test --all - G_DEBUG=fatal_warnings cargo test --all
- cargo build --all --all-features - cargo build --all --all-features
- cargo test --all --all-features - G_DEBUG=fatal_warnings cargo test --all --all-features
before_install: before_install:
- curl -L https://people.freedesktop.org/~slomo/gstreamer-1.14.3.tar.gz | tar xz - curl -L https://people.freedesktop.org/~slomo/gstreamer-1.14.3.tar.gz | tar xz