X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=2e1dca0f022ed2f2f96a803014f12bca90e93e09;hb=e950561517b3701e01630c34daa6d750725adb55;hp=8b6e51a55353d93d034d2dc5c40702cea9b068ba;hpb=59effb9d8b9d9b0054a2ac1d9fffe0d1933d6c5b;p=dbsrgits%2FDBIx-Class.git diff --git a/.travis.yml b/.travis.yml index 8b6e51a..2e1dca0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,6 +77,8 @@ env: - CLEANTEST=false - CLEANTEST=true VCPU_USE=1 +sudo: true + matrix: fast_finish: true include: @@ -224,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: @@ -236,6 +245,7 @@ matrix: - perl: devcpan_5.12.1_thr - perl: bleadperl - perl: devcpan_bleadperl_thr_mb + - perl: schmorp_stableperl_thr_mb ###