From: Peter Rabbitson Date: Sun, 11 Jan 2015 09:39:48 +0000 (+0100) Subject: (travis) Remove trial SQLA workaround (no longer on CPAN) - retry another time X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cb4b23e94b128b5be79da2cc95e1dc9647af25e1;p=dbsrgits%2FDBIx-Class.git (travis) Remove trial SQLA workaround (no longer on CPAN) - retry another time Read diff under -w --- diff --git a/maint/travis-ci_scripts/30_before_script.bash b/maint/travis-ci_scripts/30_before_script.bash index 2012f4b..2f61720 100755 --- a/maint/travis-ci_scripts/30_before_script.bash +++ b/maint/travis-ci_scripts/30_before_script.bash @@ -56,19 +56,10 @@ if [[ "$CLEANTEST" = "true" ]]; then # So instead we still use our stock (possibly old) CPAN, and add some # handholding - if [[ "$DEVREL_DEPS" == "true" ]] ; then - # We are not "quite ready" for SQLA 1.99, do not consider it - # - installdeps 'SQL::Abstract~<1.99' - - else - - if ! CPAN_is_sane ; then - # no configure_requires - we will need the usual suspects anyway - # without pre-installing these in one pass things like extract_prereqs won't work - installdeps ExtUtils::MakeMaker ExtUtils::CBuilder Module::Build - fi - + if [[ "$DEVREL_DEPS" != "true" ]] && ! CPAN_is_sane ; then + # no configure_requires - we will need the usual suspects anyway + # without pre-installing these in one pass things like extract_prereqs won't work + installdeps ExtUtils::MakeMaker ExtUtils::CBuilder Module::Build fi else