[ps-watcher] 04/07: travis-ci: Add lintian checks after build

Jan Wagner waja at moszumanska.debian.org
Thu Feb 27 22:20:32 UTC 2014


This is an automated email from the git hooks/post-receive script.

waja pushed a commit to branch master
in repository ps-watcher.

commit 7fab3574103da373e6611887880ca50d1ae405d8
Author: Jan Wagner <waja at cyconet.org>
Date:   Tue Feb 25 14:06:45 2014 +0100

    travis-ci: Add lintian checks after build
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 77f82ba..1f83005 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/ps-watcher.git



More information about the Pkg-perl-cvs-commits mailing list