(trv) Don't set DBIC_TRACE_PROFILE on perl 5.8
[dbsrgits/DBIx-Class-Schema-Loader.git] / .travis.yml
index d2b722b..fcfdcc4 100644 (file)
@@ -68,7 +68,10 @@ x_disabled_notifications:
 language: perl
 
 perl:
-  - "5.18"
+  - 5.20-extras
+  - "5.20" # needs quoting due to trailing zero
+  - 5.18-extras
+  - 5.18
 
 env:
   - CLEANTEST=false DBICTEST_DB2=true
@@ -114,7 +117,6 @@ matrix:
         - CLEANTEST=false
         - BREWOPTS="-Duseithreads"
         - BREWVER=5.8.5
-        - DBIC_TRACE_PROFILE=console
         - DBICTEST_MYSQL_INNODB=1
 
     # Full Test of minimum supported without threads
@@ -123,7 +125,6 @@ matrix:
         - CLEANTEST=false
         - BREWOPTS=""
         - BREWVER=5.8.3
-        - DBIC_TRACE_PROFILE=console_monochrome
         - DBICTEST_MYSQL_INNODB=1
 
     ###
@@ -150,7 +151,6 @@ matrix:
         - CLEANTEST=true
         - POISON_ENV=true
         - DBIC_TRACE=1
-        - DBIC_TRACE_PROFILE=console
         - DBICTEST_MYSQL_INNODB=1
 
     - perl: 5.18