Make sure external DBIC envvars do not cause tests to fail
[dbsrgits/DBIx-Class.git] / .travis.yml
index f457959..5db8be1 100644 (file)
@@ -113,21 +113,23 @@ matrix:
         - BREWOPTS="-Duseithreads -Dusemorebits"
         - BREWVER=5.8.8
 
-    # some permutations of tracing envvar testing
+    # some permutations of tracing and envvar poisoning
     - perl: 5.16
       env:
         - CLEANTEST=false
-        - DBIC_TRACE=1
+        - POISON_ENV=true
 
     - perl: 5.16
       env:
         - CLEANTEST=true
+        - POISON_ENV=true
         - DBIC_TRACE=1
         - DBIC_TRACE_PROFILE=console
 
     - perl: 5.16
       env:
         - CLEANTEST=false
+        - POISON_ENV=true
         - DBIC_TRACE=1
         - DBIC_TRACE_PROFILE=console_monochrome