travis-pogodi: A better travis_wait

[ bsd3, development, library, program, web ] [ Propose Tags ]

An alternative implementation of Travis CI travis_wait script. To surpass Travis no-output timeout travis-pogodi regularly prints message to stdout.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5), optparse-applicative, process, travis-pogodi [details]
License BSD-3-Clause
Author Dmitry Bushev
Maintainer bushevdv@gmail.com
Category Development, Web
Home page https://github.com/4e6/travis-pogodi#readme
Source repo head: git clone https://github.com/4e6/travis-pogodi
Uploaded by dbushev at 2017-07-12T13:26:01Z
Distributions NixOS:0.1.0
Executables travis-pogodi
Downloads 986 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-07-12 [all 1 reports]

Readme for travis-pogodi-0.1.0

[back to package description]

travis-pogodi

Build Status

Wolf

An alternative implementation of Travis CI travis_wait script. To surpass Travis no-output timeout travis-pogodi regularly prints message to stdout. Unlike travis_wait it doesn't block output of the command it executes.

travis-pogodi [OPTIONS] CMD [-- ARGS]

Available options:
  -h,--help                Show this help text
  -m,--message ARG         message printed to
                           stdout (default: Nu, Travis, pogodi!)
  -n,--interval ARG        interval between messages in seconds (default: 600)
$ travis-pogodi -n1 -- sleep 2
Nu, Travis, pogodi!