projects
/
p5sagit/Safe-Isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5a05395
)
parallelize tests when requested
Karen Etheridge [Sat, 21 Apr 2018 21:52:01 +0000 (23:52 +0200)]
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
7e5a53d
..
4ffe70b
100644
(file)
--- 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)