This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit 6ba119bbd27dbcb747ede1f3953c8ae47e0c9b3b Author: James McCoy <[email protected]> Date: Sun Aug 27 17:00:46 2017 -0400 Add .travis.yml from <http://travis.debian.net> Signed-off-by: James McCoy <[email protected]> --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..33c6526 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +sudo: required +language: generic + +services: + - docker + +script: + - wget -O- http://travis.debian.net/script.sh | sh - + +branches: + except: + - /^debian\/\d/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
