Merge pull request #2374 from abarth/rm_cloud

Don't install the Cloud SDK on Travis
This commit is contained in:
Adam Barth 2016-03-03 11:23:46 -08:00
commit 5e9f51a7bd

View File

@ -1,17 +1,6 @@
#!/bin/bash
set -e
if [ $TRAVIS_PULL_REQUEST = "false" ]; then
echo $KEY_FILE | base64 --decode > gcloud_key_file.json
fi
set -x
set -ex
# Download dependencies flutter
./bin/flutter --version
./bin/flutter update-packages
if [ $TRAVIS_PULL_REQUEST = "false" ]; then
export CLOUDSDK_CORE_DISABLE_PROMPTS=1
curl https://sdk.cloud.google.com | bash
fi