X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2Ftravis-ci_scripts%2F30_before_script.bash;h=63ac1c0cc78855a89539fd577e0b1edfd1e29225;hb=9ebcfbc88676c42bd947ea842a03663cab5567e7;hp=d467a4cef4719bc8b1f4eb7398e7a36b70b14f96;hpb=d71417fffe50285e99137c902930751ebf83144d;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 d467a4c..63ac1c0 100755 --- a/maint/travis-ci_scripts/30_before_script.bash +++ b/maint/travis-ci_scripts/30_before_script.bash @@ -19,6 +19,9 @@ elif [[ "$CLEANTEST" != "true" ]] && ( [[ -z "$BREWVER" ]] || [[ "$BREWVER" = "b # can't do this with CLEANTEST=true yet because a lot of our deps fail # tests left and right under T::B 1.5 PERL_CPANM_OPT="$PERL_CPANM_OPT --dev" + + # FIXME work around https://github.com/miyagawa/cpanminus/issues/308 + TEST_BUILDER_BETA_CPAN_TARBALL="M/MS/MSCHWERN/Test-Simple-1.005000_006.tar.gz" fi