From: Jon Griffiths Date: Wed, 21 Sep 2016 01:56:08 +0000 (+1200) Subject: Remove travis workarounds for previous build system X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=68c74ffd4356e26ba25b4fbbf9a8f832dcb8a0b8 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 --- 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