Commit 03509101 authored by David Gibson's avatar David Gibson

Clearer output from make check in Travis

This removes the parallel make (-j) option when running make check under
Travis CI.  This will slow down the build somewhat, but makes it easier to
match errors to the modules which caused them.
Signed-off-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
parent 655620a2
......@@ -16,4 +16,4 @@ addons:
script:
- make config.h
- make -j2
- make -j2 -k check
- make -k check
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