[libdist-zilla-role-bootstrap-perl] 101/101: Increase Travis coverage

Axel Beckert abe at deuxchevaux.org
Sat Aug 8 11:58:42 UTC 2015


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

abe pushed a commit to annotated tag 0.2.2-source
in repository libdist-zilla-role-bootstrap-perl.

commit 8d4725424c4aa1c17eeb1e9ceeca5c428defe6cb
Author: Kent Fredric <kentfredric at gmail.com>
Date:   Mon Nov 18 17:19:24 2013 +1300

    Increase Travis coverage
---
 .travis.yml | 47 +++++++++++++++++++++++++++++++++++++----------
 1 file changed, 37 insertions(+), 10 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index df1af65..9186391 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,17 +1,44 @@
 language: perl
-perl:
-  - "5.16"
-  - "5.14"
-  - "5.18"
-  - "5.19"
-env:
-  matrix:
-    - STERILIZE_ENV=0
-    - STERILIZE_ENV=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.10"
+      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:
-  - perl ./maint-travis-ci/sterilize_env.pl
+  - perlbrew list
+  - time perl ./maint-travis-ci/sterilize_env.pl
+install:
+  - time perl ./maint-travis-ci/install_deps.pl
+before_script:
+  - time perl ./maint-travis-ci/before_script.pl
+script:
+  - time perl ./maint-travis-ci/script.pl
+after_failure:
+  - perl ./maint-travis-ci/report_fail_ctx.pl
 branches:
   only:
+    - "master"
     - "build/master"
     - "releases"
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-role-bootstrap-perl.git



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