Commit c43be6b8 authored by David Gibson's avatar David Gibson

.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: default avatarDavid Gibson <david@gibson.dropbear.id.au>
parent 55e9c205
......@@ -12,4 +12,4 @@ addons:
script:
- make -j2
- make -j2 check
- make -j2 -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