X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=ad5121183f3d3146276f86e16a1def815392e9a8;hb=745b54f5cdb61c3eb8e2ec9a998d628a95e2fd46;hp=d074ff51aba4acb8bacb729de7d0cffd3241a4e3;hpb=6d2b5c14e506f3ced0af379d9e13f72e52556bd8;p=dbsrgits%2FDBIx-Class.git diff --git a/.travis.yml b/.travis.yml index d074ff5..ad51211 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,10 +29,15 @@ # WONTFIX "explanation") here: https://github.com/travis-ci/travis-ci/issues/497 # +# # Smoke only specific branches to a) not overload the queue and b) not # overspam the notification channels +# # Furthermore if the branch is ^topic/ - the custom compiled smokes will # not run at all, again in order to conserve queue resources +# +# Additionally bleadperl tests do not run on master (but do run on smoke/*) +# branches: only: - master @@ -82,6 +87,13 @@ matrix: - BREWOPTS="" - BREWVER=5.8.3 + # bleadperl + - perl: bleadperl_thr_mb + env: + - CLEANTEST=false + - BREWOPTS="-Duseithreads -Dusemorebits" + - BREWVER=blead + # check CLEANTEST of minimum supported - perl: 5.8.3_nt_mb env: