Add lintian checks after build

This commit is contained in:
Jan Wagner 2014-02-25 14:02:44 +01:00
parent 7542e86782
commit 7025f4fbe5

View file

@ -19,5 +19,9 @@ script:
# build the debian package
- debuild -uc -us
after_script:
# run lintian after build
- sudo apt-get install -qq --no-install-recommends lintian
- lintian --info --display-info --display-experimental --pedantic --show-overrides ../*.deb && lintian --info --display-info --display-experimental --pedantic --show-overrides ../*.dsc
#notifications:
# email: false