X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=bfda0e53186d358e646f6ae99e09fecbd46080e0;hb=50841788d03e2342a00470eb2f458e717922615b;hp=b37c431097353d6525ec9ad25d4eacdedb65b19a;hpb=4c0829325108ab553f442e1553469db9d6ef5851;p=dbsrgits%2FDBIx-Class.git diff --git a/.travis.yml b/.travis.yml index b37c431..bfda0e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -212,7 +212,7 @@ matrix: # MAKE SURE TO KEEP THE FLAGS IDENTICAL TO CPERL BELOW # allows for easier side-by-side comparison # vcpu=1 for even more stable results - - perl: "5.22.2_thr_qm" + - perl: "5.24.0_thr_qm" # explicit new infra spec preparing for a future forced upgrade # also need to pull in a sufficiently new compiler for quadmath.h sudo: required @@ -222,7 +222,7 @@ matrix: - CLEANTEST=true - POISON_ENV=true - MVDT=false - - BREWVER=5.22.2 + - BREWVER=5.24.0 - BREWOPTS="-Duseithreads -Dusequadmath" ### @@ -231,7 +231,7 @@ matrix: # MAKE SURE TO KEEP THE FLAGS IDENTICAL TO STOCK 5.latest.comparable ABOVE # allows for easier side-by-side comparison # vcpu=1 for even more stable results - - perl: "cperl-5.22.3_thr_qm" + - perl: "cperl-5.24.0_thr_qm" # explicit new infra spec preparing for a future forced upgrade # also need to pull in a sufficiently new compiler for quadmath.h sudo: required @@ -241,7 +241,7 @@ matrix: - CLEANTEST=true - POISON_ENV=true - MVDT=false - - BREWVER=cperl-5.22.3 + - BREWVER=cperl-5.24.0 - BREWOPTS="-Duseithreads -Dusequadmath" - perl: "cperl-master_thr" @@ -252,7 +252,7 @@ matrix: - POISON_ENV=true - MVDT=false - BREWVER=cperl-master - - BREWOPTS="-Duseithreads" + - BREWOPTS="-Duseithreads -Dusedevel" # threaded oldest possible with blead CPAN - perl: "devcpan_5.8.1_thr_mb" @@ -363,8 +363,12 @@ matrix: # which ones of the above can fail allow_failures: + # FIXME work around https://github.com/travis-ci/travis-ci/issues/6439 + - perl: 5.18-extras + - perl: 5.24.0_thr_qm + # these run with various dev snapshots - allowed to fail - - perl: cperl-5.22.3_thr_qm + - perl: cperl-5.24.0_thr_qm - perl: cperl-master_thr - perl: devcpan_5.8.1_thr_mb - perl: devcpan_5.8.1