From: Serge Hallyn Date: Sun, 13 Oct 2019 02:52:54 +0000 (-0500) Subject: test travis running tests X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=061a9dcedc3e45fee7ed83fd53cbee2ca9beb04b;p=thirdparty%2Fshadow.git test travis running tests Signed-off-by: Serge Hallyn --- diff --git a/.travis.yml b/.travis.yml index 4fe0ad2b0..a1f80bfcc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,5 +16,7 @@ script: - ./autogen.sh --without-selinux --disable-man - grep ENABLE_ config.status - make + - make install + - ./tests/run_all # vim:et:ts=2:sw=2