Adds check-static to travis.yaml

This commit is contained in:
Felipe Zimmerle
2017-02-15 09:40:14 -03:00
committed by Felipe Zimmerle
parent 4ad3574cf2
commit 616cf84c31
3 changed files with 9 additions and 7 deletions

View File

@@ -7,6 +7,7 @@ addons:
- libyajl-dev
- libgeoip-dev
- liblmdb-dev
- cppcheck
language: cpp
@@ -31,6 +32,7 @@ script:
- ./configure $OPTS
- make
- make check
- make check-static