be more chatty about dependency installs
[gitmo/Moo.git] / .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: