About

Metadata

  • Last updated , by dbushev
  • License BSD-3-Clause
  • Categories Development, Web Development
  • Maintained by: bushevdv@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

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!