Add make check target into the .travis.yml file
Signed-off-by: Neil Horman <nhorman@tuxdriver.com>master
parent
71bd666e05
commit
7c600f6fbe
|
@ -5,4 +5,5 @@ compiler:
|
|||
- clang
|
||||
- gcc
|
||||
|
||||
script: ./autogen.sh && ./configure && make
|
||||
script: ./autogen.sh && ./configure && make && make check
|
||||
|
||||
|
|
Loading…
Reference in New Issue