X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2Ftravis-ci_scripts%2F20_install.bash;h=5a0ffdf35799a2fe92988f14779517aa5cfe811c;hb=14e8cb27f784e6e54759623b7d0f3a8981610c7e;hp=ace9bc278cf516f0efb154d12668e68c4d3f4a44;hpb=c817eca810e0239e0a603bddefa8257bd2e914a7;p=dbsrgits%2FDBIx-Class.git diff --git a/maint/travis-ci_scripts/20_install.bash b/maint/travis-ci_scripts/20_install.bash index ace9bc2..5a0ffdf 100755 --- a/maint/travis-ci_scripts/20_install.bash +++ b/maint/travis-ci_scripts/20_install.bash @@ -17,7 +17,7 @@ export PERL_CPANM_OPT="$( echo $PERL_CPANM_OPT | sed 's/--skip-satisfied//' ) -- if [[ -n "$BREWVER" ]] ; then run_or_err "Compiling/installing Perl $BREWVER (without testing, may take up to 5 minutes)" \ - "perlbrew install --as $BREWVER --notest --verbose $BREWOPTS -j $NUMTHREADS $BREWVER" + "perlbrew install --as $BREWVER --notest --verbose $BREWOPTS -j 2 $BREWVER" # can not do 'perlbrew uss' in the run_or_err subshell above perlbrew use $BREWVER || \