fix travis config
[p5sagit/Safe-Isa.git] / .travis.yml
index 4ffe70b..7e5a53d 100644 (file)
@@ -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)