Show more info about the system and show what did we end up building
[dbsrgits/DBIx-Class.git] / .travis.yml
index b0b3078..eb3ec76 100644 (file)
@@ -58,6 +58,13 @@ notifications:
     on_success: change
     on_failure: always
 
+# FIXME - This stuff is not yet available for free OSS accounts, sadpanda
+# First paragrah on http://about.travis-ci.org/docs/user/caching/
+#cache:
+#  apt: true
+#  directories:
+#    - /var/cache/apt/archives
+
 language: perl
 
 perl:
@@ -144,6 +151,7 @@ matrix:
         - POISON_ENV=true
         - DBIC_TRACE=1
         - DBIC_TRACE_PROFILE=console_monochrome
+        - DBIC_MULTICREATE_DEBUG=0
 
     ###
     # Start of the allow_failures block
@@ -174,7 +182,7 @@ matrix:
 
   # which ones of the above can fail
   allow_failures:
-    - perl: 5.12.4_thr_mb
+    # these run with various dev snapshots - allowed to fail
     - perl: devcpan_5.18.1_thr_mb
     - perl: bleadperl_thr_mb
     - perl: devcpan_bleadperl_thr_mb