From 60540c7fa5c98ee644a2ace64556a02b6f1c9ec2 Mon Sep 17 00:00:00 2001 From: Michael Tautschnig Date: Wed, 19 Sep 2018 07:46:31 +0000 Subject: [PATCH] Workaround for Google Cloud SDK packaging problem Version 217.0.0-0 of the google-cloud-sdk package uses 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b11be4cc262..d3c59ecd477 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,7 +56,7 @@ jobs: key_url: 'https://packages.cloud.google.com/apt/doc/apt-key.gpg' packages: - cmake - - google-cloud-sdk + - google-cloud-sdk=216.0.0-0 - graphviz cache: directories: