Bring out the big-paranoia-harness - make describe_env infallible
[dbsrgits/DBIx-Class.git] / .travis.yml
index fe1c571..2b0d8b9 100644 (file)
@@ -223,10 +223,10 @@ matrix:
     ###
     # Start of the allow_failures block
 
-    # MAKE SURE TO KEEP THE FLAGS IDENTICAL TO STOCK 5.22.1 ABOVE
+    # MAKE SURE TO KEEP THE FLAGS IDENTICAL TO STOCK 5.latest.comparable ABOVE
     # allows for easier side-by-side comparison
     # vcpu=1 for even more stable results
-    - perl: "cperl-5.22.2_thr_qm"
+    - perl: "cperl-5.22.3_thr_qm"
       # explicit new infra spec preparing for a future forced upgrade
       # also need to pull in a sufficiently new compiler for quadmath.h
       sudo: required
@@ -236,9 +236,19 @@ matrix:
         - CLEANTEST=true
         - POISON_ENV=true
         - MVDT=false
-        - BREWVER=cperl-5.22.2
+        - BREWVER=cperl-5.22.3
         - BREWOPTS="-Duseithreads -Dusequadmath"
 
+    - perl: "cperl-master_thr"
+      sudo: false
+      dist: precise
+      env:
+        - CLEANTEST=true
+        - POISON_ENV=true
+        - MVDT=false
+        - BREWVER=cperl-master
+        - BREWOPTS="-Duseithreads"
+
     # threaded oldest possible with blead CPAN
     - perl: "devcpan_5.8.1_thr_mb"
       sudo: false
@@ -349,7 +359,8 @@ matrix:
   allow_failures:
 
     # these run with various dev snapshots - allowed to fail
-    - perl: cperl-5.22.2_thr_qm
+    - perl: cperl-5.22.3_thr_qm
+    - perl: cperl-master_thr
     - perl: devcpan_5.8.1_thr_mb
     - perl: devcpan_5.8.1
     - perl: devcpan_5.8.3_mb