can't do dev tests on <5.8.4
[gitmo/Moo.git] / .travis.yml
CommitLineData
f3230f2a 1language: perl
2perl:
6b63d62a 3 - "5.8.4"
4 - "5.8.4_thr"
f3230f2a 5before_install:
c5dda91c 6 - source maint/travis-perlbrew
f3230f2a 7 - perlbrew install-cpanm -f
8 - perl -V
9install:
25525727 10 - cpanm --verbose --no-interactive --notest strictures autodie
6f00689a 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