Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Fix travis by suppressing sdkmanager's output from log #220

Merged
merged 2 commits into from
Sep 25, 2017

Conversation

goderbauer
Copy link
Member

@goderbauer goderbauer commented Sep 25, 2017

Fixes flutter/flutter#12241.

Recently (last ~10 days), sdkmanager started to print a status bar to the console, which is increasing the size of the log above 4MB. 4MB is the limit at which travis kills a job. This PR suppresses sdkmanager's stdout (which is rather uninteresting) from the logs to fix that issue.

Also bumps intl version for package:local_authto resolve a version conflict.

@goderbauer goderbauer changed the title Experimenting with travis Fix travis by suppressing sdkmanager's output from log Sep 25, 2017
@goderbauer
Copy link
Member Author

/cc @kroikie

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

flutter/plugins travis job failing due to sdkmanager output
3 participants