X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=275b17c5a317ab40e649b870d3f254aa8585c4a6;hb=66dcda7ed8a56c6cdec0285aa1aab7af4c10616a;hp=aaebe0ca9aa65d2715477af1a93d6cc34e7b153d;hpb=0d66d799d19a689e7ca5fa0c14f9a8cfedd192c7;p=catagits%2FCatalyst-Runtime.git diff --git a/.travis.yml b/.travis.yml index aaebe0c..275b17c 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 .