Don't pollute Travis log with Google Cloud SDK installation (#11159)

* Don't pollute Travis log with Google Cloud SDK installation

* review comments
This commit is contained in:
Michael Goderbauer 2017-07-11 20:47:58 -07:00 committed by GitHub
parent 6a05f0407e
commit b3815fafc3

View File

@ -7,7 +7,9 @@ set -x
if [ -n "$TRAVIS" ]; then
export CLOUDSDK_CORE_DISABLE_PROMPTS=1
curl https://sdk.cloud.google.com | bash
echo "Installing Google Cloud SDK..."
curl https://sdk.cloud.google.com | bash > /dev/null
echo "Google Cloud SDK installation completed."
fi
# disable analytics on the bots and download Flutter dependencies