X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=672d3ac2a3477723840015c93425292c81203ee5;hb=e93fb36285f265657d67a1ee7e8a5859aab2b27c;hp=f008808ff1f35fe55c8d86b7b5bf6714d8f72975;hpb=7e763495bb690cf995a23e2c33c3f55c7d1842e4;p=dbsrgits%2FDBIx-Class.git diff --git a/.travis.yml b/.travis.yml index f008808..672d3ac 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 @@ -178,12 +179,13 @@ 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 - BREWVER=5.8.1 # 5.8.3 with blead CPAN