Travis-CI: Enable make check to run unit tests on push

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2019-10-30 21:29:34 +01:00
parent 8f459d349a
commit 96d7fe596a

View File

@ -22,5 +22,6 @@ script:
- ./configure --prefix=/tmp/sysklogd
- make clean
- make -j5
- make check
- make install-strip
- tree /tmp/sysklogd