be more chatty about dependency installs
[gitmo/Moo.git] / .travis.yml
CommitLineData
f3230f2a 1language: perl
2perl:
c5dda91c 3 - "5.8.3"
4 - "5.8.3_thr"
f3230f2a 5before_install:
c5dda91c 6 - source maint/travis-perlbrew
f3230f2a 7 - perlbrew install-cpanm -f
8 - perl -V
9install:
6f00689a 10 - cpanm --verbose --no-interactive --notest strictures
11 - cpanm --verbose --no-interactive --notest --installdeps --with-develop --with-recommends --with-suggests .
12 - cpanm --verbose --no-interactive --notest Devel::Cover::Report::Coveralls
f3230f2a 13script:
14 - maint/fulltest --cover
15after_success:
16 - cover -report coveralls
17notifications:
18 email: false
19 on_success: change
20 on_failure: change