X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=2e1dca0f022ed2f2f96a803014f12bca90e93e09;hb=62f2092b;hp=bb651c0948fee3fc190dab1168285dfcdb9f59f4;hpb=47603d6ca430a518dd2c88b53495aa7f294a0015;p=dbsrgits%2FDBIx-Class.git diff --git a/.travis.yml b/.travis.yml index bb651c0..2e1dca0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -226,6 +226,13 @@ matrix: - BREWVER=blead - BREWOPTS="-Duseithreads -Dusemorebits" + # CLEANTEST of http://schplog.schmorp.de/2015-06-06-a-stable-perl.html with non-tracing poisoning + - perl: schmorp_stableperl_thr_mb + env: + - CLEANTEST=true + - POISON_ENV=true + - BREWVER=schmorp_stableperl + - BREWOPTS="-Duseithreads -Dusemorebits" # which ones of the above can fail allow_failures: @@ -238,6 +245,7 @@ matrix: - perl: devcpan_5.12.1_thr - perl: bleadperl - perl: devcpan_bleadperl_thr_mb + - perl: schmorp_stableperl_thr_mb ###