Skip to content

Commit

Permalink
Merge pull request #21 from GoogleCloudPlatform/travis
Browse files Browse the repository at this point in the history
Added quiet flag
  • Loading branch information
elibixby committed May 4, 2015
2 parents ec2f327 + 9b1abbf commit bc52aa7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ before_install:
printf '\ny\n\ny\ny\n' | ./google-cloud-sdk/install.sh &&
cd $TRAVIS_BUILD_DIR;
fi
- printf 'y\n' | gcloud components update
- gcloud -q components update
- if [ -a client_secrets.json ]; then
gcloud auth activate-service-account --key-file client_secrets.json;
gcloud -q auth activate-service-account --key-file client_secrets.json;
fi

install:
#Add app specific setup here
#Use '-q' to disable interactive prompts

script:
#Test and/or deploy your app with gcloud commands here!

0 comments on commit bc52aa7

Please sign in to comment.