X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoo.git;a=blobdiff_plain;f=.travis.yml;h=c3c3feeda9295e5e2ef23787bc3434fc2eceb5ed;hp=3e258b1044f71d6347c175a6b3a84d15428def00;hb=c97f0325277b94d18b1aa957474c3cb25415b6b6;hpb=f3230f2af7b4643bd6a3af221b33602e07485391 diff --git a/.travis.yml b/.travis.yml index 3e258b1..c3c3fee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,19 +1,17 @@ language: perl perl: - - "5.19" - "5.18" - - "5.16" - - "5.14" - - "5.12" - - "5.10" - - "5.8" + - "5.12.5" + - "5.8.4" + - "5.8.4_thr" before_install: + - source maint/travis-perlbrew - 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 autodie ExtUtils::MakeMaker + - 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: