X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=2f99311c25b533248720eed6682533e0c5b5bd5c;hb=7db287353abcf82c4fe856d4636384084ed5c13f;hp=fc6de77b52e61f5af151b4bd051890588893489d;hpb=2c649fafe996a7ee5b85b229a9ed2128b0e7ee1f;p=dbsrgits%2FDBIx-Class.git diff --git a/.travis.yml b/.travis.yml index fc6de77..2f99311 100644 --- a/.travis.yml +++ b/.travis.yml @@ -139,12 +139,13 @@ matrix: - DBIC_TRACE_PROFILE=console - BREWVER=5.8.4 - # CLEANTEST: this particular perl is quite widespread + # Full test: this particular perl is quite widespread, single thread - perl: "5.8.8_thr" - sudo: false + sudo: required dist: precise env: - - CLEANTEST=true + - VCPU_USE=1 + - CLEANTEST=false - BREWVER=5.8.8 - BREWOPTS="-Duseithreads" @@ -294,11 +295,12 @@ matrix: - POISON_ENV=true - BREWVER=blead - # bleadperl with blead CPAN + # bleadperl with blead CPAN, single thread - perl: "devcpan_bleadperl_thr_mb" sudo: required # explicitly do not specify dist - see what the default does env: + - VCPU_USE=1 - CLEANTEST=false - DEVREL_DEPS=true - BREWVER=blead @@ -369,7 +371,7 @@ 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/travis-ci_scripts/50_after_failure.bash && /bin/false ) + - maint/getstatus maint/travis-ci_scripts/30_before_script.bash script: # Run actual tests