Jun's Blog

Output, activities, memo and etc.

Entries from 2019-02-25 to 1 day

Travis CI: A better alternative of travis_wait to output the command stdout

I found a better way to run heavy command, seeing a code [1] by chance. If the command does not output log to stdout or stderr for 10 minutes, the job stops. The popular practice to prevent it is like this. But the problem is this command …