X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=.travis.yml;h=841d9367d82bcca42dfe16405a235916f6ea7790;hp=aaebe0ca9aa65d2715477af1a93d6cc34e7b153d;hb=59b3e4d0df63749ee601113ce44be5b4340be2a8;hpb=0d66d799d19a689e7ca5fa0c14f9a8cfedd192c7 diff --git a/.travis.yml b/.travis.yml index aaebe0c..841d936 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ language: perl sudo: false perl: + - "blead" # builds perl from git + - "dev" # latest point release + - "5.28" - "5.26" - "5.24" - "5.22" @@ -11,9 +14,13 @@ perl: - "5.12" - "5.10" - "5.8" +matrix: + allow_failures: + - perl: blead + - perl: dev before_install: - - eval $(curl https://travis-perl.github.io/init) + - eval $(curl https://travis-perl.github.io/init) --perl - $HELPERS_ROOT/bin/cpan-config install: - cpanm --notest --metacpan --skip-satisfied --with-develop --installdeps . @@ -43,8 +50,8 @@ script: - cpanm --notest --metacpan --skip-satisfied YAML::Syck # both author deps & reverse deps: - - cpanm --metacpan --skip-satisfied Catalyst::View::TT - - cpanm --metacpan --skip-satisfied Catalyst::Plugin::Authentication + - cpanm --metacpan --skip-satisfied Catalyst::View::TT || ( cat ~/.cpanm/build.log; false ) + - cpanm --metacpan --skip-satisfied Catalyst::Plugin::Authentication || ( cat ~/.cpanm/build.log; false ) # pure reverse deps (call with --test-only): - cpanm --test-only --metacpan -v Catalyst::Devel