- 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: