From dd1882c7d7e94e4d05dce7cb695a006663b42456 Mon Sep 17 00:00:00 2001 From: Bernhard Nortmann Date: Fri, 3 Jun 2016 10:05:25 +0200 Subject: [PATCH] travis-ci: Add and activate "make check" build step Signed-off-by: Bernhard Nortmann --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 09b01a9..57a64c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,9 +37,9 @@ before_install: export TARGET=all; fi -# build using the Makefile +# build (and test) using the Makefile, with a single overall status script: - - make ${TARGET} && make misc + - make ${TARGET} && make misc && make check # run/simulate a test install after_success: