X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=2b0d8b946b82c4ddbe8a72826936b02f617bd4de;hb=c47451b7bcac767f6c3a7d9e348991a40b196f1a;hp=93ec06b9c6ce900e04e4ee0ad0f8b42186144a20;hpb=64d48e1989b06ff4cdb33eb7b16846d511168c64;p=dbsrgits%2FDBIx-Class.git diff --git a/.travis.yml b/.travis.yml index 93ec06b..2b0d8b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -206,7 +206,8 @@ matrix: # MAKE SURE TO KEEP THE FLAGS IDENTICAL TO CPERL BELOW # allows for easier side-by-side comparison - - perl: "5.22.1_thr_qm" + # vcpu=1 for even more stable results + - perl: "5.22.2_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 @@ -216,28 +217,38 @@ matrix: - CLEANTEST=true - POISON_ENV=true - MVDT=false - - BREWVER=5.22.1 + - BREWVER=5.22.2 - BREWOPTS="-Duseithreads -Dusequadmath" ### # Start of the allow_failures block - # MAKE SURE TO KEEP THE FLAGS IDENTICAL TO STOCK 5.22.1 ABOVE + # MAKE SURE TO KEEP THE FLAGS IDENTICAL TO STOCK 5.latest.comparable ABOVE # allows for easier side-by-side comparison - - perl: "cperl-5.22.1_thr_qm" + # vcpu=1 for even more stable results + - perl: "cperl-5.22.3_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 dist: trusty env: - # FIXME - work around https://github.com/perl11/cperl/issues/131 - VCPU_USE=1 - CLEANTEST=true - POISON_ENV=true - MVDT=false - - BREWVER=cperl-5.22.1 + - BREWVER=cperl-5.22.3 - BREWOPTS="-Duseithreads -Dusequadmath" + - perl: "cperl-master_thr" + sudo: false + dist: precise + env: + - CLEANTEST=true + - POISON_ENV=true + - MVDT=false + - BREWVER=cperl-master + - BREWOPTS="-Duseithreads" + # threaded oldest possible with blead CPAN - perl: "devcpan_5.8.1_thr_mb" sudo: false @@ -348,7 +359,8 @@ matrix: allow_failures: # these run with various dev snapshots - allowed to fail - - perl: cperl-5.22.1_thr_qm + - perl: cperl-5.22.3_thr_qm + - perl: cperl-master_thr - perl: devcpan_5.8.1_thr_mb - perl: devcpan_5.8.1 - perl: devcpan_5.8.3_mb