From 68c74ffd4356e26ba25b4fbbf9a8f832dcb8a0b8 Mon Sep 17 00:00:00 2001 From: Jon Griffiths Date: Wed, 21 Sep 2016 13:56:08 +1200 Subject: [PATCH 1/1] Remove travis workarounds for previous build system With proper dependencies and parallel safety, we can just 'make check -j N' directly. Also build quietly so that we only get build warnings, errors and test results in the output. Signed-off-by: Jon Griffiths --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index cbb0aebb..5f2097fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,4 @@ addons: - libjudy-dev libvorbis-dev libportaudio-dev libtalloc-dev script: - - make config.h - - make -j2 - - make -j2 -k check + - make -j2 -k check quiet=1 -- 2.39.2