X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=a807bd688e1186d730a9029f46050b949e997891;hb=42865691a20eb4d33df037c9677b9766126c98ec;hp=3ccaf94a36f87edc7441ba1749145d44a9c7f2bb;hpb=6f00689a0eca5c6ba49d140971f528f96f7c047a;p=gitmo%2FMoo.git diff --git a/.travis.yml b/.travis.yml index 3ccaf94..a807bd6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,19 +1,25 @@ 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 --verbose --no-interactive --notest strictures - - cpanm --verbose --no-interactive --notest --installdeps --with-develop --with-recommends --with-suggests . - - cpanm --verbose --no-interactive --notest Devel::Cover::Report::Coveralls + - cpanm --verbose --no-interactive --no-man-pages --notest strictures autodie ExtUtils::MakeMaker + - cpanm --verbose --no-interactive --no-man-pages --notest --installdeps --with-develop --with-recommends --with-suggests . + - cpanm --verbose --no-interactive --no-man-pages --notest Devel::Cover::Report::Coveralls script: - maint/fulltest --cover after_success: - cover -report coveralls +branches: + except: + - /^wip\// + - /^blocked/ notifications: email: false on_success: change