Work around EUMM 7.06 creating an empty blib/ dir, breaking prove -lr
[dbsrgits/DBIx-Class.git] / .travis.yml
index 8b6e51a..2e1dca0 100644 (file)
@@ -77,6 +77,8 @@ env:
   - CLEANTEST=false
   - CLEANTEST=true VCPU_USE=1
 
+sudo: true
+
 matrix:
   fast_finish: true
   include:
@@ -224,6 +226,13 @@ matrix:
         - BREWVER=blead
         - BREWOPTS="-Duseithreads -Dusemorebits"
 
+    # CLEANTEST of http://schplog.schmorp.de/2015-06-06-a-stable-perl.html with non-tracing poisoning
+    - perl: schmorp_stableperl_thr_mb
+      env:
+        - CLEANTEST=true
+        - POISON_ENV=true
+        - BREWVER=schmorp_stableperl
+        - BREWOPTS="-Duseithreads -Dusemorebits"
 
   # which ones of the above can fail
   allow_failures:
@@ -236,6 +245,7 @@ matrix:
     - perl: devcpan_5.12.1_thr
     - perl: bleadperl
     - perl: devcpan_bleadperl_thr_mb
+    - perl: schmorp_stableperl_thr_mb
 
 
 ###