X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=bfda0e53186d358e646f6ae99e09fecbd46080e0;hb=adcc1df0049e0093cb94c867bd2be8c9fe242a61;hp=fe1c57154431d86280e7dd2a72af8b51bcff2dc9;hpb=d699fb200cf56bab115f1fafc2573624d4bd7cd4;p=dbsrgits%2FDBIx-Class.git diff --git a/.travis.yml b/.travis.yml index fe1c571..bfda0e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,23 +70,28 @@ matrix: # In genereal it is strongly recommended to keep things on the older # version indefinitely - there is little value in-depth smoking on # more recent software stacks + # Add moderate (not complete) poisoning, as these will run on PR-related + # builds, therefore contributors will get notified about *most* issues - perl: "5.8" sudo: required dist: precise env: - CLEANTEST=false + - POISON_ENV=true - perl: "5.10" sudo: required dist: precise env: - CLEANTEST=false + - POISON_ENV=true - perl: "5.22-extras" sudo: required dist: precise env: - CLEANTEST=false + - POISON_ENV=true # CLEANTEST of minimum supported with non-tracing poisoning, single thread (hence the sudo) - perl: "5.8.3_nt_mb" @@ -207,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 @@ -217,16 +222,16 @@ matrix: - CLEANTEST=true - POISON_ENV=true - MVDT=false - - BREWVER=5.22.2 + - BREWVER=5.24.0 - 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 # vcpu=1 for even more stable results - - perl: "cperl-5.22.2_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 @@ -236,9 +241,19 @@ matrix: - CLEANTEST=true - POISON_ENV=true - MVDT=false - - BREWVER=cperl-5.22.2 + - BREWVER=cperl-5.24.0 - BREWOPTS="-Duseithreads -Dusequadmath" + - perl: "cperl-master_thr" + sudo: false + dist: precise + env: + - CLEANTEST=true + - POISON_ENV=true + - MVDT=false + - BREWVER=cperl-master + - BREWOPTS="-Duseithreads -Dusedevel" + # threaded oldest possible with blead CPAN - perl: "devcpan_5.8.1_thr_mb" sudo: false @@ -348,8 +363,13 @@ 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.2_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 - perl: devcpan_5.8.3_mb @@ -416,7 +436,7 @@ script: after_success: # Check if we can assemble a dist properly if not in CLEANTEST # - - maint/getstatus maint/travis-ci_scripts/50_after_success.bash + - maint/getstatus maint/travis-ci_scripts/50_after_success.bash || ( maint/travis-ci_scripts/50_after_failure.bash && /bin/false ) after_failure: # Final sysinfo printout on fail