make 54taint.t actually test the DBIx::Class in lib/
[dbsrgits/DBIx-Class.git] / .travis.yml
index 07e9da7..785a7f0 100644 (file)
@@ -61,22 +61,14 @@ notifications:
 language: perl
 
 perl:
-  - "5.16"
+  - "5.18"
 
 env:
   - CLEANTEST=false
-  - CLEANTEST=true
 
 matrix:
   include:
-    # bleadperl
-    - perl: bleadperl_thr_mb
-      env:
-        - CLEANTEST=false
-        - BREWOPTS="-Duseithreads -Dusemorebits"
-        - BREWVER=blead
-
-    # minimum supported with threads
+    # Full Test of minimum supported with threads
     - perl: 5.8.5_thr
       env:
         - CLEANTEST=false
@@ -84,49 +76,32 @@ matrix:
         - BREWVER=5.8.5
         - DBIC_TRACE_PROFILE=console
 
-    # minimum supported without threads
-    - perl: 5.8.3_nt
-      env:
-        - CLEANTEST=false
-        - BREWOPTS=""
-        - BREWVER=5.8.3
-        - DBIC_TRACE_PROFILE=console_monochrome
-
-    # check CLEANTEST of minimum supported
-    - perl: 5.8.3_nt_mb
-      env:
-        - CLEANTEST=true
-        - BREWOPTS="-Dusemorebits"
-        - BREWVER=5.8.3
-
-    # this is the perl suse ships
-    - perl: 5.10.0_thr_dbg
-      env:
-        - CLEANTEST=true
-        - BREWOPTS="-DDEBUGGING -Duseithreads"
-        - BREWVER=5.10.0
+    ###
+    # some permutations of tracing and envvar poisoning
 
-    # this particular perl is quite widespread
-    - perl: 5.8.8_thr_mb
+    - perl: 5.18.1_thr_mb
       env:
-        - CLEANTEST=true
+        - CLEANTEST=false
+        - POISON_ENV=true
+        - DBIC_TRACE=1
+        - DBIC_MULTICREATE_DEBUG=0
         - BREWOPTS="-Duseithreads -Dusemorebits"
-        - BREWVER=5.8.8
+        - BREWVER=5.18.1
 
-    # some permutations of tracing and envvar poisoning
-    - perl: 5.16
+    - perl: 5.18
       env:
         - CLEANTEST=false
         - POISON_ENV=true
+        - DBIC_TRACE_PROFILE=console
 
-    - perl: 5.16
+    - perl: 5.18
       env:
         - CLEANTEST=true
         - POISON_ENV=true
         - DBIC_TRACE=1
         - DBIC_TRACE_PROFILE=console
 
-    - perl: 5.16
+    - perl: 5.18
       env:
         - CLEANTEST=false
         - POISON_ENV=true