Add Changes entry about Travis smoking
[dbsrgits/DBIx-Class-Schema-Loader.git] / .travis.yml
index ea82e32..c83f52a 100644 (file)
@@ -72,9 +72,10 @@ perl:
 
 env:
   - CLEANTEST=false
+  - CLEANTEST=false DBICTEST_MYSQL_INNODB=1
   - CLEANTEST=true
 
-x_disabled_matrix:
+matrix:
   fast_finish: true
   include:
     # this particular perl is quite widespread
@@ -112,6 +113,7 @@ x_disabled_matrix:
         - BREWOPTS="-Duseithreads"
         - BREWVER=5.8.5
         - DBIC_TRACE_PROFILE=console
+        - DBICTEST_MYSQL_INNODB=1
 
     # Full Test of minimum supported without threads
     - perl: 5.8.3_nt
@@ -120,6 +122,7 @@ x_disabled_matrix:
         - BREWOPTS=""
         - BREWVER=5.8.3
         - DBIC_TRACE_PROFILE=console_monochrome
+        - DBICTEST_MYSQL_INNODB=1
 
     ###
     # some permutations of tracing and envvar poisoning
@@ -130,6 +133,7 @@ x_disabled_matrix:
         - POISON_ENV=true
         - DBIC_TRACE=1
         - DBIC_MULTICREATE_DEBUG=0
+        - DBICTEST_MYSQL_INNODB=1
         - BREWOPTS="-Duseithreads -Dusemorebits"
         - BREWVER=5.16.2
 
@@ -145,6 +149,7 @@ x_disabled_matrix:
         - POISON_ENV=true
         - DBIC_TRACE=1
         - DBIC_TRACE_PROFILE=console
+        - DBICTEST_MYSQL_INNODB=1
 
     - perl: 5.18
       env:
@@ -153,6 +158,7 @@ x_disabled_matrix:
         - DBIC_TRACE=1
         - DBIC_TRACE_PROFILE=console_monochrome
         - DBIC_MULTICREATE_DEBUG=0
+        - DBICTEST_MYSQL_INNODB=1
 
     ###
     # Start of the allow_failures block
@@ -188,6 +194,7 @@ x_disabled_matrix:
         - BREWOPTS="-Duseithreads -Dusemorebits"
         - BREWVER=5.18.2
         - DEVREL_DEPS=true
+        - DBICTEST_MYSQL_INNODB=1
 
     # bleadperl with stock CPAN, full depchain test
     - perl: bleadperl
@@ -202,6 +209,7 @@ x_disabled_matrix:
         - BREWOPTS="-Duseithreads -Dusemorebits"
         - BREWVER=blead
         - DEVREL_DEPS=true
+        - DBICTEST_MYSQL_INNODB=1
 
 
   # which ones of the above can fail
@@ -215,6 +223,10 @@ x_disabled_matrix:
     - perl: bleadperl
     - perl: devcpan_bleadperl_thr_mb
 
+    # Several upstream deps are flaky on 5.8.3
+    - perl: 5.8.3_nt
+    - perl: 5.8.3_nt_mb
+
 
 # sourcing the files is *EXTREMELY* important - otherwise
 # no envvars will survive