[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: .travis.yml: Enable testing of stable



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

nthykier pushed a commit to branch master
in repository lintian.

commit 13ccfaa7571f5478157a4bd92e1bfc9754ab7bea
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Jul 23 06:08:45 2017 +0000

    .travis.yml: Enable testing of stable
    
    At the moment, we can build in stable without backports, so the remark
    about missing backports is currently not relevant.
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 .travis.yml | 30 +++++++++++++-----------------
 1 file changed, 13 insertions(+), 17 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index c087383..a9ab40e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,14 +15,12 @@ matrix:
         DEB_BUILD_OPTIONS: parallel=4
       services:
         - docker
-# For stable + stable-backports. Unfortunately, it travis.d.n's method
-# does not seem to support installing our B-D correctly.
-#    - env:
-#        TRAVIS_DEBIAN_DISTRIBUTION: stable
-#        TRAVIS_DEBIAN_BACKPORTS: true
-#        TRAVIS_DEBIAN_AUTOPKGTEST: false
-#      services:
-#        - docker
+    - env:
+        TRAVIS_DEBIAN_DISTRIBUTION: stable
+        TRAVIS_DEBIAN_BACKPORTS: true
+        TRAVIS_DEBIAN_AUTOPKGTEST: false
+      services:
+        - docker
     - env:
         TRAVIS_DEBIAN_DISTRIBUTION: unstable
         TRAVIS_DEBIAN_AUTOPKGTEST: true
@@ -35,15 +33,13 @@ matrix:
         DEB_BUILD_OPTIONS: nocheck
       services:
         - docker
-# For stable + stable-backports. Unfortunately, it travis.d.n's method
-# does not seem to support installing our B-D correctly.
-#    - env:
-#        TRAVIS_DEBIAN_DISTRIBUTION: stable
-#        TRAVIS_DEBIAN_BACKPORTS: true
-#        TRAVIS_DEBIAN_AUTOPKGTEST: true
-#        DEB_BUILD_OPTIONS: nocheck
-#      services:
-#        - docker
+    - env:
+        TRAVIS_DEBIAN_DISTRIBUTION: stable
+        TRAVIS_DEBIAN_BACKPORTS: true
+        TRAVIS_DEBIAN_AUTOPKGTEST: true
+        DEB_BUILD_OPTIONS: nocheck
+      services:
+        - docker
 
 script:
   - wget -O- http://travis.debian.net/script.sh | sh -

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: