From: Peter Rabbitson Date: Sun, 19 Jan 2014 21:59:23 +0000 (+0100) Subject: Switch the bleadcpan test to 5.8.7 X-Git-Tag: v0.08260~41 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=21302b468b6386eea6652d1eedb61752dfdd4dfa Switch the bleadcpan test to 5.8.7 --- diff --git a/.travis.yml b/.travis.yml index 7135682..1a72962 100644 --- a/.travis.yml +++ b/.travis.yml @@ -156,12 +156,12 @@ matrix: ### # Start of the allow_failures block - # minimum threaded with blead CPAN - - perl: devcpan_5.8.5_thr + # old threaded with blead CPAN + - perl: devcpan_5.8.7_thr env: - CLEANTEST=true - BREWOPTS="-Duseithreads" - - BREWVER=5.8.5 + - BREWVER=5.8.7 - DEVREL_DEPS=true # 5.10.0 threaded with blead CPAN @@ -206,7 +206,7 @@ matrix: # which ones of the above can fail allow_failures: # these run with various dev snapshots - allowed to fail - - perl: devcpan_5.8.5_thr + - perl: devcpan_5.8.7_thr - perl: devcpan_5.10.0_thr_mb - perl: devcpan_5.12.2_thr - perl: devcpan_5.18.1_thr_mb