From f1f278271ec2cabcc3fab2956291f80f21c1e5f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 28 Sep 2018 12:01:49 +0300 Subject: [PATCH] Run tests on travis with G_DEBUG=fatal_warnings --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8af4ac95d..55ccb9d33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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