Do one poisoned env testrun with a threaded perl
[dbsrgits/DBIx-Class-Historic.git] / .travis.yml
index 1438706..b1fdcb5 100644 (file)
@@ -107,10 +107,20 @@ matrix:
         - BREWVER=5.8.8
 
     # some permutations of tracing and envvar poisoning
+    - perl: 5.18.1_thr_mb
+      env:
+        - CLEANTEST=false
+        - POISON_ENV=true
+        - DBIC_TRACE=1
+        - DBIC_MULTICREATE_DEBUG=0
+        - BREWOPTS="-Duseithreads -Dusemorebits"
+        - BREWVER=5.18.1
+
     - perl: 5.18
       env:
         - CLEANTEST=false
         - POISON_ENV=true
+        - DBIC_TRACE_PROFILE=console
 
     - perl: 5.18
       env:
@@ -129,17 +139,35 @@ matrix:
     ###
     # Start of the allow_failures block
 
-    # bleadperl
+    # recentish stable with blead CPAN
+    - perl: devcpan_5.18.1_thr_mb
+      env:
+        - CLEANTEST=false
+        - BREWOPTS="-Duseithreads -Dusemorebits"
+        - BREWVER=5.18.1
+        - DEVREL_DEPS=true
+
+    # bleadperl with stock CPAN
     - perl: bleadperl_thr_mb
       env:
         - CLEANTEST=false
         - BREWOPTS="-Duseithreads -Dusemorebits"
         - BREWVER=blead
 
+    # bleadperl with blead CPAN
+    - perl: devcpan_bleadperl_thr_mb
+      env:
+        - CLEANTEST=false
+        - BREWOPTS="-Duseithreads -Dusemorebits"
+        - BREWVER=blead
+        - DEVREL_DEPS=true
+
 
   # which ones of the above can fail
   allow_failures:
+    - perl: devcpan_5.18.1_thr_mb
     - perl: bleadperl_thr_mb
+    - perl: devcpan_bleadperl_thr_mb
 
 
 # sourcing the files is *EXTREMELY* important - otherwise