[Python-modules-commits] [python-mimeparse] 01/05: Add travis.debian.net configuration

Free Ekanayaka freee at moszumanska.debian.org
Mon Dec 26 19:24:55 UTC 2016


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

freee pushed a commit to branch master
in repository python-mimeparse.

commit 2bd9d70307d90825391095d788a3395e6deb0627
Author: Free Ekanayaka <freee at debian.org>
Date:   Mon Dec 26 19:04:00 2016 +0000

    Add travis.debian.net configuration
---
 .travis.yml           | 11 +++++++++++
 debian/source/options |  1 +
 2 files changed, 12 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..cf2f794
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,11 @@
+sudo: required
+
+services:
+  - docker
+
+script:
+  - wget -O- http://travis.debian.net/script.sh | sh -
+
+branches:
+  except:
+    - /^debian\/\d/
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..aa96de8
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore = "^\.travis\.yml$"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-mimeparse.git



More information about the Python-modules-commits mailing list