• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

gugod / App-perlbrew / 803 / 3
80%
develop: 80%

Build:
DEFAULT BRANCH: develop
Ran 24 Oct 2019 09:05AM UTC
Files 69
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

24 Oct 2019 08:54AM UTC coverage: 81.914% (-0.009%) from 81.923%
TEST_LIVE=0

push

travis-ci

gugod
Simplify the process of installing blead.

There are 2 URLs to download the blead branth from github:

url1: https://github.com/Perl/perl5/tarball/blead
url2: https://github.com/Perl/perl5/archive/blead.tar.gz

url1 was the choice before, but url2 is now preferred.

With url1, the code is archived within a subdir named like "Perl-perl5-${digest}"

    # curl -L -o blead.tar.gz https://github.com/Perl/perl5/tarball/blead && \
      tar tzf blead.tar.gz | tail -5
    Perl-perl5-a1c1fa2/win32/win32sck.c
    Perl-perl5-a1c1fa2/win32/win32thread.c
    Perl-perl5-a1c1fa2/win32/win32thread.h
    Perl-perl5-a1c1fa2/write_buildcustomize.pl
    Perl-perl5-a1c1fa2/zaphod32_hash.h

While with url2, the subdir is named like "perl-blead"

    # curl -L -O https://github.com/Perl/perl5/archive/blead.tar.gz && \
      tar tzf blead.tar.gz | tail -5
    perl5-blead/win32/win32sck.c
    perl5-blead/win32/win32thread.c
    perl5-blead/win32/win32thread.h
    perl5-blead/write_buildcustomize.pl
    perl5-blead/zaphod32_hash.h

Choosing url2 also makes it very easy to reuse the `do_install_url` sub-routine.

2799 of 3417 relevant lines covered (81.91%)

61.56 hits per line

Source Files on job 803.3 (TEST_LIVE=0)
  • Tree
  • List 0
  • Changed 9
  • Source Changed 3
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 789
  • Travis Job 803.3
  • dcc53200 on github
  • Prev Job for TEST_LIVE=0 on develop (#802.1)
  • Next Job for TEST_LIVE=0 on develop (#807.3)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc