From f32e5670a528306916e31c9d90cba93220d8b7e7 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Thu, 3 Mar 2016 10:36:40 -0800 Subject: [PATCH] Don't install the Cloud SDK on Travis We don't need this anymore. --- travis/setup.sh | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/travis/setup.sh b/travis/setup.sh index eecff61305..190fa5dd58 100755 --- a/travis/setup.sh +++ b/travis/setup.sh @@ -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