[libtype-tiny-perl] 08/46: cpanm options don't seem to work passed to cpan-install
Jonas Smedegaard
dr at jones.dk
Fri Sep 12 18:48:01 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 1.001_000
in repository libtype-tiny-perl.
commit e358105f83107a7ba9fd371cbb445d55b3b732b5
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date: Wed Aug 27 20:13:58 2014 +0100
cpanm options don't seem to work passed to cpan-install
---
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index b708d9c..35d02da 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -98,8 +98,8 @@ install:
- cpan-install --toolchain
- cpan-install --deps
- cpan-install --coverage
- - '[ -n "$MOOSE_RELEASE" ] && cpan-install --reinstall "$MOOSE_RELEASE" || echo "MOOSE_RELEASE is not set"'
- - '[ -n "$MOO_RELEASE" ] && cpan-install --reinstall "$MOO_RELEASE" || echo "MOO_RELEASE is not set"'
+ - '[ -n "$MOOSE_RELEASE" ] && cpan-install "$MOOSE_RELEASE" || echo "MOOSE_RELEASE is not set"'
+ - '[ -n "$MOO_RELEASE" ] && cpan-install "$MOO_RELEASE" || echo "MOO_RELEASE is not set"'
before_script:
- coverage-setup
script:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtype-tiny-perl.git
More information about the Pkg-perl-cvs-commits
mailing list