Remove warning introduced in 75a1d824d
[dbsrgits/DBIx-Class.git] / .travis.yml
index dbdea19..2064244 100644 (file)
@@ -75,7 +75,7 @@ perl:
 
 env:
   - CLEANTEST=false
-  - CLEANTEST=true
+  - CLEANTEST=true NUMTHREADS=1
 
 matrix:
   fast_finish: true
@@ -165,6 +165,15 @@ matrix:
     ###
     # Start of the allow_failures block
 
+    # threaded oldest possible with blead CPAN with non-tracing poisoning
+    - perl: devcpan_5.8.1_thr_mb
+      env:
+        - CLEANTEST=true
+        - DEVREL_DEPS=true
+        - POISON_ENV=true
+        - BREWVER=5.8.1
+        - BREWOPTS="-Duseithreads -Dusemorebits"
+
     # 5.8.4 threaded with blead CPAN with non-tracing poisoning
     - perl: devcpan_5.8.4_thr
       env:
@@ -211,6 +220,7 @@ matrix:
   allow_failures:
 
     # these run with various dev snapshots - allowed to fail
+    - perl: devcpan_5.8.1_thr_mb
     - perl: devcpan_5.8.4_thr
     - perl: devcpan_5.10.0_thr_mb
     - perl: devcpan_5.12.1_thr