X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=304b410fe5ff1b18398c0eda1e77ea6d5f295b83;hb=171fc09c8296eaac797cd369724db32f885cb250;hp=b29d35d61bc20e7f8fd7cdf4e94fc3ba11f76cf1;hpb=4f57c450ed1822a07ffbe12a40ca97115ee03993;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/.travis.yml b/.travis.yml index b29d35d..304b410 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,10 +68,10 @@ x_disabled_notifications: language: perl perl: - - 5.20-extras - - "5.20" # needs quoting due to trailing zero - - 5.18-extras - - 5.18 + - 5.24-extras + - 5.24 + - 5.22-extras + - 5.22 env: - CLEANTEST=false DBICTEST_DB2=true @@ -81,7 +81,7 @@ env: - CLEANTEST=true matrix: - fast_finish: true + fast_finish: false include: # this particular perl is quite widespread - perl: 5.8.8_thr_mb @@ -229,6 +229,9 @@ matrix: - perl: 5.8.3_nt - perl: 5.8.3_nt_mb + # DBI fails on threaded 5.10.0 + - perl: 5.10.0_thr_dbg + # namespace::clean breaks on threaded 5.8.8 # https://rt.cpan.org/Ticket/Display.html?id=107343 - perl: 5.8.8_thr_mb