[libclass-tiny-perl] 02/11: simplify travis setup

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


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

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

commit 143cdef41c5f5b35815fa191d67693db3e3eb785
Author: David Golden <dagolden at cpan.org>
Date:   Mon Jul 14 09:54:07 2014 -0400

    simplify travis setup
---
 .travis.yml | 17 +++--------------
 1 file changed, 3 insertions(+), 14 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index fb00f77..62daa1e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,14 +9,9 @@ perl:
   - "5.14"
   - "5.16"
   - "5.18"
+  - "5.20"
   - "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
@@ -25,11 +20,5 @@ before_install:
   - 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
+     - cpanm -n -q --skip-satisfied --installdeps .
+script: prove -lmr t

-- 
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