[postfwd] 01/08: Add travis-ci config

Jan Wagner waja at moszumanska.debian.org
Thu Feb 27 23:25:58 UTC 2014


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

waja pushed a commit to branch master
in repository postfwd.

commit 5af175a5a2627a589f85f27836a6fcd94c85dfe2
Author: Jan Wagner <waja at cyconet.org>
Date:   Thu Feb 13 21:33:49 2014 +0100

    Add travis-ci config
---
 .travis.yml           | 16 ++++++++++++++++
 debian/source/options |  1 +
 2 files changed, 17 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..e748b3c
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,16 @@
+language: c
+
+install:
+    - sudo apt-get update -qq
+    - sudo apt-get install -qq --no-install-recommends devscripts libwww-perl
+    - uscan --force-download
+    - sudo apt-get purge -qq libwww-perl
+    - sudo apt-get autoremove -qq
+    - sudo apt-get purge -qq libhtml-parser-perl libhtml-tagset-perl
+    - sudo apt-get install -qq --no-install-recommends debhelper
+
+script:
+    - debuild -uc -us
+
+#notifications:
+#  email: false
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..a729099
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore = '^\.travis'

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



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