From: Dagfinn Ilmari Mannsåker Date: Tue, 28 Apr 2015 00:01:36 +0000 (+0100) Subject: (travis) Remove workarounds for fixed issues X-Git-Tag: 0.07043~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Schema-Loader.git;a=commitdiff_plain;h=9cee8ab188d83dab3bc25622e1f30e0c7e36b5c8 (travis) Remove workarounds for fixed issues --- diff --git a/maint/travis-ci_scripts/20_install.bash b/maint/travis-ci_scripts/20_install.bash index 1576028..f8beaef 100755 --- a/maint/travis-ci_scripts/20_install.bash +++ b/maint/travis-ci_scripts/20_install.bash @@ -15,10 +15,6 @@ if [[ "$DEVREL_DEPS" == "true" ]] ; then PERL_CPANM_OPT="$PERL_CPANM_OPT --dev" - # FIXME inline-upgrade cpanm, work around https://github.com/travis-ci/travis-ci/issues/1477 - cpanm_loc="$(which cpanm)" - run_or_err "Upgrading cpanm ($cpanm_loc) to latest stable" \ - "wget -q -O $cpanm_loc cpanmin.us && chmod a+x $cpanm_loc" fi # Fixup CPANM_OPT to behave more like a traditional cpan client diff --git a/maint/travis-ci_scripts/30_before_script.bash b/maint/travis-ci_scripts/30_before_script.bash index 93fe1cf..d533b75 100755 --- a/maint/travis-ci_scripts/30_before_script.bash +++ b/maint/travis-ci_scripts/30_before_script.bash @@ -166,10 +166,6 @@ if [[ "$CLEANTEST" = "true" ]]; then # FIXME - need to get these off metacpan or something instead HARD_DEPS="ExtUtils::Depends B::Hooks::OP::Check $HARD_DEPS" - # FIXME - # parent is temporary due to Carp https://rt.cpan.org/Ticket/Display.html?id=88494 - HARD_DEPS="parent $HARD_DEPS" - if CPAN_supports_BUILDPL ; then # We will invoke a posibly MBT based BUILD-file, but we do not support # configure requires. So we not only need to install MBT but its prereqs