Skip to content

Commit d265657

Browse files
committed
COVERAGE testing takes too long for travis
1 parent ddcd81a commit d265657

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ matrix:
2828
allow_failures:
2929
- perl: blead # ignore failures for blead perl
3030
fast_finish: true
31-
include:
32-
- perl: "5.20"
33-
env: COVERAGE=1 # enables coverage+coveralls reporting
31+
# include: # takes too long for travis
32+
# - perl: "5.20"
33+
# env: COVERAGE=1 # enables coverage+coveralls reporting
3434

3535
before_install:
3636
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers

0 commit comments

Comments
 (0)