be more chatty about dependency installs
Graham Knop [Thu, 29 Aug 2013 18:00:28 +0000 (14:00 -0400)]
.travis.yml

index c3ee64b..3ccaf94 100644 (file)
@@ -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: