X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=8ba45b2b58a581e3a693368ad3287955bd51de19;hb=d8cf3aa31fb3d6ff7813f021fcc002663725fc41;hp=26a7a1eae67aee0fa271bfe0f37a5bf38c821b15;hpb=4748528603469f1d60b4df0321d4ed6be6e5c724;p=dbsrgits%2FDBIx-Class.git diff --git a/.travis.yml b/.travis.yml index 26a7a1e..8ba45b2 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" @@ -364,7 +364,7 @@ matrix: allow_failures: # 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 @@ -417,12 +417,12 @@ before_script: # need to invoke the after_failure script manually # because 'after_failure' runs only after 'script' fails # - - maint/getstatus maint/travis-ci_scripts/30_before_script.bash + - maint/getstatus /bin/bash maint/travis-ci_scripts/30_before_script.bash script: # Run actual tests # - - maint/getstatus maint/travis-ci_scripts/40_script.bash + - maint/getstatus /bin/bash maint/travis-ci_scripts/40_script.bash ### ### Set -e back, work around https://github.com/travis-ci/travis-ci/issues/3533 @@ -432,14 +432,14 @@ 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 /bin/bash maint/travis-ci_scripts/50_after_success.bash || ( /bin/bash maint/travis-ci_scripts/50_after_failure.bash && /bin/false ) after_failure: # Final sysinfo printout on fail # - - maint/getstatus maint/travis-ci_scripts/50_after_failure.bash + - maint/getstatus /bin/bash maint/travis-ci_scripts/50_after_failure.bash after_script: # No tasks yet # - #- maint/getstatus maint/travis-ci_scripts/60_after_script.bash + #- maint/getstatus /bin/bash maint/travis-ci_scripts/60_after_script.bash