[devscripts] 01/01: ci: Add backports and nocheck builds to matrix

James McCoy jamessan at debian.org
Sun Sep 10 02:57:56 UTC 2017


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 <jamessan at debian.org>
Date:   Thu Sep 7 22:10:12 2017 -0400

    ci: Add backports and nocheck builds to matrix
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 .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



More information about the devscripts-devel mailing list