[libmoosex-has-sugar-perl] 25/120: Reduce number of tests required to cover what we're trying to cover, while simultaneously increasing total coverage

Intrigeri intrigeri at moszumanska.debian.org
Wed Aug 27 21:35:07 UTC 2014


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

intrigeri pushed a commit to annotated tag 0.05070422-source
in repository libmoosex-has-sugar-perl.

commit 3541740a1d7b3f8d393216d34c36c52b38808137
Author: Kent Fredric <kentfredric at gmail.com>
Date:   Thu Oct 24 00:28:56 2013 +1300

    Reduce number of tests required to cover what we're trying to cover, while simultaneously increasing total coverage
---
 yamls/sterile.yaml | 36 +++++++++++++++++++++++++-----------
 1 file changed, 25 insertions(+), 11 deletions(-)

diff --git a/yamls/sterile.yaml b/yamls/sterile.yaml
index 596905c..89985b7 100644
--- a/yamls/sterile.yaml
+++ b/yamls/sterile.yaml
@@ -1,16 +1,30 @@
 language: perl
-perl:
-  - "5.16"
-  - "5.14"
-  - "5.18"
-  - "5.19"
-env:
-  matrix:
-    - STERILIZE_ENV=0
-    - STERILIZE_ENV=0 DEVELOPER_DEPS=1
-    - STERILIZE_ENV=1
-    - STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
+matrix:
+  include:
+    - perl: "5.8"
+      env:  STERILIZE_ENV=0
+    - perl: "5.10"
+      env:  STERILIZE_ENV=0
+    - perl: "5.12"
+      env:  STERILIZE_ENV=0
+    - perl: "5.14"
+      env:  STERILIZE_ENV=0
+    - perl: "5.16"
+      env:  STERILIZE_ENV=0
+    - perl: "5.18"
+      env:  STERILIZE_ENV=0
+    - perl: "5.19"
+      env:  STERILIZE_ENV=0
+    - perl: "5.8"
+      env:  STERILIZE_ENV=1
+    - perl: "5.19"
+      env:  STERILIZE_ENV=1
+    - perl: "5.19"
+      env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
+    - perl: "5.19"
+      env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
 before_install:
+  - perlbrew list
   - time perl ./maint-travis-ci/sterilize_env.pl
 install:
   - time perl ./maint-travis-ci/install_deps.pl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-has-sugar-perl.git



More information about the Pkg-perl-cvs-commits mailing list