Add make check target into the .travis.yml file

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
This commit is contained in:
Neil Horman 2018-05-14 14:15:12 -04:00 committed by Neil Horman
parent 71bd666e05
commit 7c600f6fbe

View file

@ -5,4 +5,5 @@ compiler:
- clang
- gcc
script: ./autogen.sh && ./configure && make
script: ./autogen.sh && ./configure && make && make check