]> git.ozlabs.org Git - ccan/commit
.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)
commitc43be6b888aa75d2a8d7fcc878534a9cad04176b
treee3b1c779d31eb50bd7d23e6cc7add8acac71b279
parent55e9c20591323bc8d197394d78169e0347d583f1
.travis.yml: Add -k to make check script

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