X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=03f27830d7001c336c7cdd35a260d4415c6de775;hb=4399a9e5fa826fe25a80f08ca8172fd67f5c2a3f;hp=c3ee64b8aec7c9e80eae93c820677a823a14f1c1;hpb=c5dda91c88e9702db7c1124849a09690370e5628;p=gitmo%2FMoo.git diff --git a/.travis.yml b/.travis.yml index c3ee64b..03f2783 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,17 @@ language: perl perl: - - "5.8.3" - - "5.8.3_thr" + - "5.18" + - "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 + - 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: