Commit 68c74ffd authored by Jon Griffiths's avatar Jon Griffiths

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: default avatarJon Griffiths <jon_p_griffiths@yahoo.com>
parent 2ee3b7c5
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment