Skip to content

Commit 3ccfdeb

Browse files
committed
try forcing a single process for readability
1 parent 81d354c commit 3ccfdeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ language: perl
2424
perl:
2525
- 5.16
2626
script:
27-
- prove -lr t
27+
- prove -lr -j1 t

0 commit comments

Comments
 (0)