This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit 3771d62c13f81f5e390fbba76d6e811fb583fed9 Author: James McCoy <[email protected]> Date: Thu Sep 7 22:10:12 2017 -0400 ci: Add backports and nocheck builds to matrix Signed-off-by: James McCoy <[email protected]> --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 33c6526..8ca557e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,11 @@ language: generic services: - docker +env: + - TRAVIS_DEBIAN_DISTRIBUTION=stretch TRAVIS_DEBIAN_BACKPORTS=true + - TRAVIS_DEBIAN_DISTRIBUTION=unstable DEB_BUILD_PROFILES=nocheck DEB_BUILD_OPTIONS=nocheck + - TRAVIS_DEBIAN_DISTRIBUTION=unstable + script: - wget -O- http://travis.debian.net/script.sh | sh - -- 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
