Popularity
1.9
Growing
Activity
0.0
Stable
1
3
0

Monthly Downloads: 10
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     Development     Travis    
Latest version: v0.1.0
Add another 'travis' Package

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!