From: Peter Rabbitson Date: Fri, 11 Oct 2013 07:44:50 +0000 (+0200) Subject: MULTICREATE_DEBUG + TRACE_PROFILE=console_monochrome results in >4MB log X-Git-Tag: v0.08260~120 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=8bc629c4c91cf72b2f8d555a7a76dd8a81c30bf8 MULTICREATE_DEBUG + TRACE_PROFILE=console_monochrome results in >4MB log --- diff --git a/.travis.yml b/.travis.yml index 1bd9d4d..0b32eb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -144,6 +144,7 @@ matrix: - POISON_ENV=true - DBIC_TRACE=1 - DBIC_TRACE_PROFILE=console_monochrome + - DBIC_MULTICREATE_DEBUG=0 ### # Start of the allow_failures block