[Pkg-nagios-changes] [pkg-nagios-snmp-plugins] 08/08: Adding .travis-ci.yml

Jan Wagner waja at moszumanska.debian.org
Thu Nov 30 12:25:13 UTC 2017


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 c0535e4989a15caf3053d4064cc362ea75104d32
Author: Jan Wagner <waja at cyconet.org>
Date:   Wed Nov 29 17:43:10 2017 +0100

    Adding .travis-ci.yml
---
 .travis.yml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..7f8109c
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,20 @@
+sudo: required
+
+env:
+  - TRAVIS_DEBIAN_DISTRIBUTION=unstable
+  - TRAVIS_DEBIAN_DISTRIBUTION=testing
+  - TRAVIS_DEBIAN_DISTRIBUTION=stable
+
+services:
+  - docker
+
+script:
+  # build the debian package
+  - wget -O- http://travis.debian.net/script.sh | sh -
+
+#notifications:
+#  email: false
+
+branches:
+  except:
+    - /^debian\/\d/

-- 
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