Skip to content

Commit 9082573

Browse files
committed
Workaround for Google Cloud SDK packaging problem
Version 217.0.0-0 of the google-cloud-sdk package using XZ compression, which is not supported by the version of dpkg available on Ubuntu Trusty. This change fixes the package to the prior version, which should remain in place until https://issuetracker.google.com/issues/116076881 has been fixed.
1 parent 521ba78 commit 9082573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
key_url: 'https://packages.cloud.google.com/apt/doc/apt-key.gpg'
5757
packages:
5858
- cmake
59-
- google-cloud-sdk
59+
- google-cloud-sdk=216.0.0-0
6060
- graphviz
6161
cache:
6262
directories:

0 commit comments

Comments
 (0)