Skip to content

Travis CI: use folding to group checks results #1085

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

Closed
Tracked by #1154
php-coder opened this issue Jul 16, 2019 · 3 comments
Closed
Tracked by #1154

Travis CI: use folding to group checks results #1085

php-coder opened this issue Jul 16, 2019 · 3 comments

Comments

@php-coder
Copy link
Owner

This also means that we don't need to save the commands output to files and print it later, now Travis might show their output in live.

See for details: travis-ci/docs-travis-ci-com#949

@php-coder php-coder added this to the 0.4.1 milestone Jul 16, 2019
@php-coder php-coder self-assigned this Jul 16, 2019
@php-coder php-coder changed the title Travis CI: use folding to group checks resulting Travis CI: use folding to group checks results Jul 16, 2019
@php-coder php-coder modified the milestones: 0.4.1, 0.4.2 Sep 8, 2019
@php-coder php-coder modified the milestones: 0.4.2, next Nov 6, 2019
@php-coder php-coder modified the milestones: next, 0.4.7 Jul 17, 2022
@php-coder
Copy link
Owner Author

php-coder commented Jul 17, 2022

This also means that we don't need to save the commands output to files and print it later, now Travis might show their output in live.

We still need to write output into files because now we shows a brief statistic on the top, before the output of the commands. Also, buffering to a file gives us ability to filter out useless "Downloading " messages from Maven.

@php-coder php-coder modified the milestones: 0.4.7, 0.5 Sep 7, 2022
@php-coder
Copy link
Owner Author

There is an open branch for that: https://github.com/php-coder/mystamps/tree/gh1085_travis_folding

@php-coder
Copy link
Owner Author

In light of migration to GitHub Actions (#1154), this change isn't needed.

@php-coder php-coder closed this as not planned Won't fix, can't repro, duplicate, stale Dec 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant