[libclass-tiny-perl] 03/11: another attempt at getting travis working on 5.6.2

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 d8ba8f1a57f9435fde9764b5f00d985c2192a6db
Author: David Golden <dagolden at cpan.org>
Date:   Mon Jul 14 10:15:15 2014 -0400

    another attempt at getting travis working on 5.6.2
---
 .travis.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 62daa1e..db491cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,8 +17,7 @@ before_install:
   - source perl-travis-helper/init
   - build-perl
   - perl -V
-  - build-dist
-  - cd $BUILD_DIR
 install:
-     - cpanm -n -q --skip-satisfied --installdeps .
-script: prove -lmr t
+  - cpan-install Test::More
+script: prove -l -r t
+# vim: ts=2 sts=2 sw=2 et:

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