We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddcd81a commit d265657Copy full SHA for d265657
.travis.yml
@@ -28,9 +28,9 @@ matrix:
28
allow_failures:
29
- perl: blead # ignore failures for blead perl
30
fast_finish: true
31
- include:
32
- - perl: "5.20"
33
- env: COVERAGE=1 # enables coverage+coveralls reporting
+ # include: # takes too long for travis
+ # - perl: "5.20"
+ # env: COVERAGE=1 # enables coverage+coveralls reporting
34
35
before_install:
36
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
0 commit comments