Add make check to Travis

This commit is contained in:
Alexis La Goutte 2014-08-08 13:20:48 +02:00
parent 8433a75a6b
commit 8883df2fd6
1 changed files with 1 additions and 0 deletions

View File

@ -35,3 +35,4 @@ before_script:
- ./configure --enable-werror
script:
- make
- make check