Skip to content

Commit b34389d

Browse files
paultcochranepreaction
authored andcommitted
Produce coverage report only on stable Perl version
It's only really necessary to produce the coverage report the once and it makes most sense to do this on a non-blead perl.
1 parent 9cb8f58 commit b34389d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ matrix:
55
- perl: "5.24"
66
env: COVERAGE=1 MYSQL_VERSION=5.7
77
- perl: "blead"
8-
env: COVERAGE=1 MYSQL_VERSION=5.7
8+
env: MYSQL_VERSION=5.7
99
allow_failures:
1010
- perl: "blead"
1111
env: MYSQL_VERSION=5.7

0 commit comments

Comments
 (0)