travis-pogodi: A better travis_wait

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

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]

Properties

Versions 0.1.0, 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:25:34Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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!