From: Karen Etheridge Date: Fri, 19 Oct 2018 05:24:09 +0000 (-0700) Subject: also test on 5.28, latest dev release, and blead X-Git-Tag: v5.90120~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=3e9adc7cc265e00dcfe0a48b030d605659d4eb46 also test on 5.28, latest dev release, and blead --- diff --git a/.travis.yml b/.travis.yml index aaebe0c..ead64fb 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,6 +14,10 @@ perl: - "5.12" - "5.10" - "5.8" +matrix: + allow_failures: + - perl: blead + - perl: dev before_install: - eval $(curl https://travis-perl.github.io/init)