[libclass-tiny-perl] 04/05: use haarg's perl-travis-helper

gregor herrmann gregoa at debian.org
Sun May 31 14:03:48 UTC 2015


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

gregoa pushed a commit to annotated tag release-0.015
in repository libclass-tiny-perl.

commit cd3ef80ccfa2bcb0da4e8edf23bd4dfdc0c502d5
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Sat Jun 21 22:00:45 2014 +0100

    use haarg's perl-travis-helper
---
 .travis.yml | 41 ++++++++++++++++++++++++++++++++---------
 1 file changed, 32 insertions(+), 9 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 3966b31..fb00f77 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,35 @@
 language: perl
-script: prove -lmr t
-install:
-  - cpanm -n -q --skip-satisfied --installdeps .
 perl:
-  - "5.19"
-  - "5.18"
-  - "5.16"
-  - "5.14"
-  - "5.12"
-  - "5.10"
+  - "5.6.2"
+  - "5.8.1"
   - "5.8"
+  - "5.8.9_thr"
+  - "5.10"
+  - "5.12"
+  - "5.14"
+  - "5.16"
+  - "5.18"
+  - "5.20.0_thr"
+  - "blead"
+matrix:
+  include:
+    - perl: "5.20.0"
+      script: prove -l -r "t" "xt"
+#   - perl: 5.18
+#     env: COVERAGE=1
+before_install:
+  - git clone git://github.com/haarg/perl-travis-helper
+  - source perl-travis-helper/init
+  - build-perl
+  - perl -V
+  - build-dist
+  - cd $BUILD_DIR
+install:
+  - cpan-install --deps
+  - cpan-install --coverage
+before_script:
+  - coverage-setup
+script:
+  - prove -l -r "t"
+after_success:
+  - coverage-report

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-tiny-perl.git



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