test on some more perl versions
[gitmo/Moo.git] / .travis.yml
CommitLineData
f3230f2a 1language: perl
2perl:
4399a9e5 3 - "5.18"
4 - "5.12.5"
6b63d62a 5 - "5.8.4"
6 - "5.8.4_thr"
f3230f2a 7before_install:
c5dda91c 8 - source maint/travis-perlbrew
f3230f2a 9 - perlbrew install-cpanm -f
10 - perl -V
11install:
25525727 12 - cpanm --verbose --no-interactive --notest strictures autodie
6f00689a 13 - cpanm --verbose --no-interactive --notest --installdeps --with-develop --with-recommends --with-suggests .
14 - cpanm --verbose --no-interactive --notest Devel::Cover::Report::Coveralls
f3230f2a 15script:
16 - maint/fulltest --cover
17after_success:
18 - cover -report coveralls
19notifications:
20 email: false
21 on_success: change
22 on_failure: change