X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2Ftravis-ci_scripts%2F30_before_script.bash;h=ab1b84df8f97324ae840a4fe81431e3d03d8837f;hb=a5f2ccb49689cf2603ea5614b231088cb520734f;hp=8557e1bbab1a54cb70cf1e9629b6d1df9a30c24f;hpb=03b745e6bb74eeb43c5485153afb90abaf70fa75;p=dbsrgits%2FDBIx-Class.git diff --git a/maint/travis-ci_scripts/30_before_script.bash b/maint/travis-ci_scripts/30_before_script.bash index 8557e1b..ab1b84d 100755 --- a/maint/travis-ci_scripts/30_before_script.bash +++ b/maint/travis-ci_scripts/30_before_script.bash @@ -48,6 +48,12 @@ else # using SQLT and set up whatever databases necessary export DBICTEST_SQLT_DEPLOY=1 + # if we run under --dev install latest github of TB1.5 first + # (unreleased workaround for precedence warnings) + if [[ "$DEVREL_DEPS" == "true" ]] ; then + parallel_installdeps_notest git://github.com/nthykier/test-more.git@fix-return-precedence-issue + fi + # do the preinstall in several passes to minimize amount of cross-deps installing # multiple times, and to avoid module re-architecture breaking another install # (e.g. once Carp is upgraded there's no more Carp::Heavy,