]> git.ozlabs.org Git - ccan/commitdiff
Clearer output from make check in Travis
authorDavid Gibson <david@gibson.dropbear.id.au>
Wed, 2 Nov 2016 22:35:31 +0000 (09:35 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 7 Nov 2016 07:54:08 +0000 (18:54 +1100)
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 <david@gibson.dropbear.id.au>
.travis.yml

index 0c3cd599d4c0cec9eef395bbfe6e41a55709b94c..10f15ba121d8fffcfc56dcd3f0e4e85fe1a1dccf 100644 (file)
@@ -16,4 +16,4 @@ addons:
 script:
         - make config.h
         - make -j2
-        - make -j2 -k check
+        - make -k check