This is an automated email from the git hooks/post-receive script. lamby pushed a commit to branch master in repository devscripts.
commit 6f09b5fb9210b6169ebc444bbd1ca4560acaa170 Author: Chris Lamb <[email protected]> Date: Fri Sep 29 10:51:29 2017 +0100 TRAVIS_DEBIAN_BACKPORTS is now a list of strings. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8ca557e..5149be8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ services: - docker env: - - TRAVIS_DEBIAN_DISTRIBUTION=stretch TRAVIS_DEBIAN_BACKPORTS=true + - TRAVIS_DEBIAN_DISTRIBUTION=stretch TRAVIS_DEBIAN_BACKPORTS=stretch-backports - TRAVIS_DEBIAN_DISTRIBUTION=unstable DEB_BUILD_PROFILES=nocheck DEB_BUILD_OPTIONS=nocheck - TRAVIS_DEBIAN_DISTRIBUTION=unstable -- 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
