From: Graham Knop Date: Thu, 29 Aug 2013 18:00:28 +0000 (-0400) Subject: be more chatty about dependency installs X-Git-Tag: v1.003001~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6f00689a0eca5c6ba49d140971f528f96f7c047a;p=gitmo%2FMoo.git be more chatty about dependency installs --- diff --git a/.travis.yml b/.travis.yml index c3ee64b..3ccaf94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,9 @@ before_install: - perlbrew install-cpanm -f - perl -V install: - - cpanm -nq strictures - - cpanm -nq --installdeps --with-develop --with-recommends --with-suggests . - - cpanm -nq Devel::Cover::Report::Coveralls + - cpanm --verbose --no-interactive --notest strictures + - cpanm --verbose --no-interactive --notest --installdeps --with-develop --with-recommends --with-suggests . + - cpanm --verbose --no-interactive --notest Devel::Cover::Report::Coveralls script: - maint/fulltest --cover after_success: