projects
/
p5sagit/Safe-Isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f7d8bf5
)
fix travis config
Karen Etheridge [Wed, 25 Apr 2018 22:42:57 +0000 (15:42 -0700)]
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
4ffe70b
..
7e5a53d
100644
(file)
--- 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)