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

An alternative implementation of Travis CItravis_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!