Skip to content

Commit b46c46b

Browse files
committed
travis-ci: use "prove -r t" instead of "prove -lv t".
1 parent 49e15f1 commit b46c46b

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
@@ -16,4 +16,4 @@ install:
1616

1717
script:
1818
- make > build.log 2>&1 || (cat build.log && exit 1)
19-
- prove -lv t
19+
- prove -r t

0 commit comments

Comments
 (0)