From f9475675c6b1b1b7e6789b260adfb18d3a71f023 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 14 Jan 2018 22:15:47 +0100 Subject: [PATCH] Travis: use --keep-going with make This will run all the checks, not stopping at the first failure. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a4828240..57387e1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ script: - uname -a - which -a vim - vim --cmd version --cmd quit - - make $MAKE_TARGET + - make --keep-going $MAKE_TARGET after_success: - covimerage write_coverage $TEST_PROFILE