From: Peter Rabbitson Date: Thu, 10 Sep 2015 17:58:59 +0000 (+0200) Subject: (travis) Add a dev-rel non-clean test (with distbuilding) on really old perl X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=fb30f0c092078bd48363a454bb7242610105cc21 (travis) Add a dev-rel non-clean test (with distbuilding) on really old perl The *really* old version is needed to make sure we end up upgrading as much stuff as possible, thus hopefully trapping more dev-rel problems before they end up on CPAN ( absence of this entry caused EUMM@7.06 to slip by unnoticed ) --- diff --git a/.travis.yml b/.travis.yml index 2e1dca0..b070894 100644 --- a/.travis.yml +++ b/.travis.yml @@ -186,6 +186,14 @@ matrix: - POISON_ENV=true - BREWVER=5.8.1 + # 5.8.3 with blead CPAN + - perl: devcpan_5.8.3_mb + env: + - CLEANTEST=false + - DEVREL_DEPS=true + - BREWVER=5.8.3 + - BREWOPTS="-Dusemorebits" + # 5.8.7 threaded with blead CPAN with non-tracing poisoning - perl: devcpan_5.8.7_thr env: @@ -240,6 +248,7 @@ matrix: # these run with various dev snapshots - allowed to fail - perl: devcpan_5.8.1_thr_mb - perl: devcpan_5.8.1 + - perl: devcpan_5.8.3_mb - perl: devcpan_5.8.7_thr - perl: devcpan_5.10.0_thr_mb - perl: devcpan_5.12.1_thr