-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoid tail
-ing the PHP 5.2/3 build logs
#6683
Conversation
Doing so produces tremendous log output, which makes Travis angry.
So I agree that we shouldn't be tailing that any more, it was useful when we were first building them, but not so much now. A couple of things though:
This is what I see at the end of the log...
|
Yes, I see this now. I'm not sure what the deal is. |
Ah, I think I might have an idea... https://api.travis-ci.org/v3/job/377252314/log.txt In the raw log, every time the download progress bar updates, it's a new line in the log. But when you watch it live, it just looks like one line... Looks like we need to turn off the output while that's going on. |
Landing this, to unblock other PRs |
Doing so produces tremendous log output, which makes Travis angry.
From #6676