From: Karen Etheridge Date: Wed, 25 Apr 2018 22:42:57 +0000 (-0700) Subject: fix travis config X-Git-Tag: v1.000010~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fbd214f4f6a21bdad6be9fc90c7834fc333e893d;p=p5sagit%2FSafe-Isa.git fix travis config --- diff --git a/.travis.yml b/.travis.yml index 4ffe70b..7e5a53d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,4 +38,4 @@ install: script: - perl Makefile.PL - make - - prove -b -r -s $(test-jobs) $(test-files) + - prove -b -r -s -j$(test-jobs) $(test-files)