-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set minimum version to 171.0 #451
Conversation
.travis.yml
Outdated
@@ -9,7 +9,7 @@ cache: | |||
install: | |||
# download Cloud SDK | |||
- wget https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-135.0.0-linux-x86_64.tar.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you need to edit the wget as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
build broken.
Codecov Report
@@ Coverage Diff @@
## master #451 +/- ##
=======================================
Coverage 66.28% 66.28%
=======================================
Files 67 67
Lines 1815 1815
Branches 281 281
=======================================
Hits 1203 1203
Misses 489 489
Partials 123 123
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
build fixed
* set minimum version to 171.0 * travis * 171
@chanseokoh @loosebazooka fix #450