From: Peter Rabbitson Date: Fri, 7 Feb 2014 04:39:41 +0000 (+0100) Subject: Apparently this is more stable historically... boggle X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a20e128a0ea538a145aa7327199ad0ca3612256a;p=dbsrgits%2FDBIx-Class-Historic.git Apparently this is more stable historically... boggle --- diff --git a/maint/travis-ci_scripts/20_install.bash b/maint/travis-ci_scripts/20_install.bash index e254fb2..79e75cd 100755 --- a/maint/travis-ci_scripts/20_install.bash +++ b/maint/travis-ci_scripts/20_install.bash @@ -7,7 +7,7 @@ CPAN_MIRROR=$(echo "$PERL_CPANM_OPT" | grep -oP -- '--mirror\s+\S+' | head -n 1 if ! [[ "$CPAN_MIRROR" =~ "http://" ]] ; then echo_err "Unable to extract primary cpan mirror from PERL_CPANM_OPT - something is wrong" echo_err "PERL_CPANM_OPT: $PERL_CPANM_OPT" - CPAN_MIRROR="http://cpan.metacpan.org/" + CPAN_MIRROR="https://cpan.metacpan.org/" PERL_CPANM_OPT="$PERL_CPANM_OPT --mirror $CPAN_MIRROR" echo_err "Using $CPAN_MIRROR for the time being" fi