]> git.ozlabs.org Git - ccan/commitdiff
.travis.yml: Add -k to make check script
authorDavid Gibson <david@gibson.dropbear.id.au>
Mon, 1 Feb 2016 11:54:32 +0000 (22:54 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 3 Feb 2016 06:10:12 +0000 (17:10 +1100)
At the moment when Travis runs make check it will stop on the first
failure.  That's not particularly useful, so add a -k so that all ccanlint
failures can be seen.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
.travis.yml

index 6574acb526ac0dafc3d4ad8ceaf254d1939f6db0..37bbd46032efbce420b3b5dc91e044e1b4e9f70b 100644 (file)
@@ -12,4 +12,4 @@ addons:
 
 script:
         - make -j2
-        - make -j2 check
+        - make -j2 -k check