Add lintian checks after build

This commit is contained in:
Jan Wagner 2014-02-25 14:03:23 +01:00
parent a7bef618be
commit 6ea3e5ce5e

View file

@ -12,5 +12,9 @@ script:
# build the debian package # build the debian package
- debuild -uc -us - 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: #notifications:
# email: false # email: false