From: Karen Etheridge Date: Sat, 21 Apr 2018 21:52:01 +0000 (+0200) Subject: parallelize tests when requested X-Git-Tag: v1.000010~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FSafe-Isa.git;a=commitdiff_plain;h=11d52f77e3588a2342a2731f2aa217041d75e747 parallelize tests when requested --- diff --git a/.travis.yml b/.travis.yml index 7e5a53d..4ffe70b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,4 +38,4 @@ install: script: - perl Makefile.PL - make - - prove -b -r -s -j$(test-jobs) $(test-files) + - prove -b -r -s $(test-jobs) $(test-files)