X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=2f38c5c346c503b0765e18e432766e19f00f3f12;hb=136fa8da2711e22ec40a39c880595a11907e4d06;hp=aaebe0ca9aa65d2715477af1a93d6cc34e7b153d;hpb=0d66d799d19a689e7ca5fa0c14f9a8cfedd192c7;p=catagits%2FCatalyst-Runtime.git diff --git a/.travis.yml b/.travis.yml index aaebe0c..2f38c5c 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 . @@ -41,10 +48,12 @@ script: # pure author deps (of reverse deps): - cpanm --notest --metacpan --skip-satisfied YAML::Syck + - cpanm --notest --metacpan Carp::Assert::More@1.16 + - cpanm --notest --metacpan Test::WWW::Mechanize@1.50 # 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