X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=d6f278954ca029e4ec481fd347b56db753d1407d;hb=78b82c85c23b98023e5ad86d70a85bd3102a4927;hp=f008808ff1f35fe55c8d86b7b5bf6714d8f72975;hpb=ee70a1ed59721a241ed998b465aa883bbbb55605;p=dbsrgits%2FDBIx-Class.git diff --git a/.travis.yml b/.travis.yml index f008808..d6f2789 100644 --- a/.travis.yml +++ b/.travis.yml @@ -91,11 +91,12 @@ matrix: - BREWVER=5.8.3 - BREWOPTS="-Dusemorebits" - # Full Test of minimum supported without threads with non-tracing poisoning + # Full Test of minimum supported without threads with plain poisoned trace - perl: 5.8.3_nt env: - CLEANTEST=false - POISON_ENV=true + - DBIC_TRACE=1 - BREWVER=5.8.3 # Full Test of minimum supported with threads with non-tracing poisoning @@ -166,6 +167,7 @@ matrix: - DBIC_TRACE=1 - DBIC_TRACE_PROFILE=console_monochrome - DBICTEST_VIA_REPLICATED=0 + - DBICTEST_VERSION_WARNS_INDISCRIMINATELY=1 ### # Start of the allow_failures block @@ -178,12 +180,14 @@ matrix: - BREWVER=5.8.1 - BREWOPTS="-Duseithreads -Dusemorebits" - # oldest possible with blead CPAN with poisoning + # oldest possible with blead CPAN with poisoning and plain trace - perl: devcpan_5.8.1 env: - CLEANTEST=true - DEVREL_DEPS=true - POISON_ENV=true + - DBIC_TRACE=1 + - DBICTEST_VERSION_WARNS_INDISCRIMINATELY=1 - BREWVER=5.8.1 # 5.8.3 with blead CPAN @@ -207,6 +211,7 @@ matrix: - perl: devcpan_5.8.8_thr_mb env: - CLEANTEST=true + - DBICTEST_VERSION_WARNS_INDISCRIMINATELY=1 - DEVREL_DEPS=true - BREWVER=5.8.8 - BREWOPTS="-Duseithreads -Dusemorebits"