projects
/
p5sagit/Try-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
dff5a04
)
run tests in parallel
Karen Etheridge [Sat, 6 Jul 2019 18:14:42 +0000 (11:14 -0700)]
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
c0b6f82
..
dcb5edd
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-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)