From 03509101c400e0fe88026b07f05c193ab2333e82 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Thu, 3 Nov 2016 09:35:31 +1100 Subject: [PATCH] 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: David Gibson --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0c3cd599..10f15ba1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,4 @@ addons: script: - make config.h - make -j2 - - make -j2 -k check + - make -k check -- 2.39.2