[Pkg-nagios-changes] [pkg-nagios-snmp-plugins] 13/36: Add travis-ci config
Jan Wagner
waja at moszumanska.debian.org
Wed Mar 5 22:24:31 UTC 2014
This is an automated email from the git hooks/post-receive script.
waja pushed a commit to branch master
in repository pkg-nagios-snmp-plugins.
commit 074ed9675104476f7d835af0ba2b489542948f01
Author: Jan Wagner <waja at cyconet.org>
Date: Thu Feb 13 22:43:33 2014 +0100
Add travis-ci config
---
.travis.yml | 15 +++++++++++++++
debian/source/options | 1 +
2 files changed, 16 insertions(+)
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..52fa260
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,15 @@
+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 install -qq --no-install-recommends debhelper dpatch
+
+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-nagios/pkg-nagios-snmp-plugins.git
More information about the Pkg-nagios-changes
mailing list