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

yaman / timeout / 51
99%

Build:
DEFAULT BRANCH: master
Ran 14 Jul 2017 01:38PM UTC
Jobs 1
Files 2
Run time 1s
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

pending completion
51

Pull #1

travis-ci

web-flow
update golang version for Docker and switch to CMD

with EXEC syntax.

This change was actually done because of the problem that when using
ENTRYPOINT with shell syntax, in the Docker container first a shell
command is launched which in turn executes the go command afterwards.

The problem with that is when stopping the container the shell command
would receive the SIGTERM signal and it does not pass it somehow to the
running go-process. This means the container does not exit after
receiving the SIGTERM but docker will invoke, usually after 10 seconds,
a SIGKILL. This is somewhat unclean.
Pull Request #1: Fix delay when stopping the docker container

141 of 142 relevant lines covered (99.3%)

3.56 hits per line

Jobs
ID Job ID Ran Files Coverage
1 51.1 14 Jul 2017 01:38PM UTC 0
99.3
Travis Job 51.1
Source Files on build 51
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #51
  • Pull Request #1
  • PR Base - master (#50)
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