Fix failures and protect the suite from spurious VERSION-related warnings
[dbsrgits/DBIx-Class.git] / .travis.yml
index 672d3ac..d6f2789 100644 (file)
@@ -167,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
@@ -186,6 +187,7 @@ matrix:
         - DEVREL_DEPS=true
         - POISON_ENV=true
         - DBIC_TRACE=1
+        - DBICTEST_VERSION_WARNS_INDISCRIMINATELY=1
         - BREWVER=5.8.1
 
     # 5.8.3 with blead CPAN
@@ -209,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"