Skip to content

Commit

Permalink
Added quiet flag
Browse files Browse the repository at this point in the history
  • Loading branch information
elibixby committed May 1, 2015
1 parent ec2f327 commit 9b1abbf
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 9b1abbf

Please sign in to comment.