run tests in parallel
Karen Etheridge [Sat, 6 Jul 2019 18:14:42 +0000 (11:14 -0700)]
.travis.yml

index c0b6f82..dcb5edd 100644 (file)
@@ -31,4 +31,4 @@ install:
 script:
   - perl Makefile.PL
   - make
-  - prove -b -r -s -j1 $(test-files)
+  - prove -b -r -s -j$(test-jobs) $(test-files)