[libtype-tiny-perl] 06/46: this may work better

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 dc1d156d3f88152fa64f0b5d402c235a54513bf0
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Wed Aug 27 10:55:11 2014 +0100

    this may work better
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 20d478d..48a4478 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -101,8 +101,8 @@ install:
   - cpan-install --toolchain
   - cpan-install --deps
   - cpan-install --coverage
-  - '[ -n "$MOOSE_RELEASE" ] && cpan-install --reinstall "$MOOSE_RELEASE"'
-  - '[ -n "$MOO_RELEASE" ] && cpan-install --reinstall "$MOO_RELEASE"'
+  - '[ -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"'
 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