From c43be6b888aa75d2a8d7fcc878534a9cad04176b Mon Sep 17 00:00:00 2001 From: David Gibson Date: Mon, 1 Feb 2016 22:54:32 +1100 Subject: [PATCH] .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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6574acb5..37bbd460 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ addons: script: - make -j2 - - make -j2 check + - make -j2 -k check -- 2.39.2