-
Notifications
You must be signed in to change notification settings - Fork 579
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
deps.sh: Split into smaller files #1769
Conversation
Note this includes a lot of #1386 , and will help with #1759 https://circleci.com/gh/jayvdb/coala-bears/718 is an uncached build. If the now reduced deps.sh is still taking too long , we can split off other chucks of it into separate files, or add |
The travis build errors are due to a problem while fetching the bash codecov https://travis-ci.org/coala/coala-bears/jobs/236197564#L3841 coala/coala#3718 is the solution for that problem. |
a7fef3f
to
b2d8fa9
Compare
Unused and noisy. Closes coala#1774 Related to coala#1123
Splitting deps.sh allows the time to complete to be measured by the CI systems, indicating where build times can be improved. Related to coala#1759 Related to coala#1773
Splitting it makes it easier to see problems like #1777 , as |
ack b2d8fa9 |
ack b738960 |
@rultor merge |
Splitting deps.sh allows the time to complete to be measured by
the CI systems, indicating where build times can be improved.