X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=f008808ff1f35fe55c8d86b7b5bf6714d8f72975;hb=750a4ad26c8fbe0f513a3abd4a9cb79ef8f40884;hp=2e1dca0f022ed2f2f96a803014f12bca90e93e09;hpb=62f2092b8575a4c65f446948ed10ea6118aed870;p=dbsrgits%2FDBIx-Class.git diff --git a/.travis.yml b/.travis.yml index 2e1dca0..f008808 100644 --- a/.travis.yml +++ b/.travis.yml @@ -116,11 +116,11 @@ matrix: - BREWVER=5.8.4 # CLEANTEST: this particular perl is quite widespread - - perl: 5.8.8_thr_mb + - perl: 5.8.8_thr env: - CLEANTEST=true - BREWVER=5.8.8 - - BREWOPTS="-Duseithreads -Dusemorebits" + - BREWOPTS="-Duseithreads" # CLEANTEST: this is the perl suse ships, with env poisoning - perl: 5.10.0_thr_dbg @@ -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: @@ -195,6 +203,14 @@ matrix: - BREWVER=5.8.7 - BREWOPTS="-Duseithreads" + # 5.8.8 threaded MB (exercises P5#72210) + - perl: devcpan_5.8.8_thr_mb + env: + - CLEANTEST=true + - DEVREL_DEPS=true + - BREWVER=5.8.8 + - BREWOPTS="-Duseithreads -Dusemorebits" + # 5.10.0 threaded with blead CPAN - perl: devcpan_5.10.0_thr_mb env: @@ -240,7 +256,9 @@ 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.8.8_thr_mb - perl: devcpan_5.10.0_thr_mb - perl: devcpan_5.12.1_thr - perl: bleadperl