Sync Example.pod with reality, though in fairness it just needs to die...
[dbsrgits/DBIx-Class.git] / .travis.yml
index f457959..07e9da7 100644 (file)
@@ -56,7 +56,7 @@ notifications:
       # Temporary - if it proves to be too noisy, we'll shut it off
       #- dbix-class-devel@lists.scsys.co.uk
     on_success: change
-    on_failure: change
+    on_failure: always
 
 language: perl
 
@@ -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