From c16306f2727c9b1f70700d4eee52138fb7d3f3f7 Mon Sep 17 00:00:00 2001 From: Artem Savkov Date: Thu, 19 Apr 2018 15:14:17 +0200 Subject: [PATCH] travis-ci: test installation Install kpatch during testing so that any bugs in makefiles such as #833 can be caught early. Signed-off-by: Artem Savkov --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 20da9f0..052cef0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,4 @@ script: - make - make unit - make check + - sudo make install