commit | cea20b0a9e9f990b803c9bf9075f5aefc632c457 | [log] [tgz] |
---|---|---|
author | Matthew Riley <mattdr@google.com> | Sun May 31 16:36:43 2020 -0700 |
committer | Matthew Riley <mattdr@google.com> | Sun May 31 16:36:43 2020 -0700 |
tree | 1bd96c6222bc1ee9388988f7481298942c03b07e | |
parent | 953cd9a21aa0d3adcb55aeea8d0bd0d92e370088 [diff] |
Let's see the instance type and info, if we can
diff --git a/.travis.yml b/.travis.yml index 28e7437..caf8110 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -7,5 +7,7 @@ compiler: gcc before_script: - ./ci/show-cpu-info + - "curl -H 'Metadata-Flavor: Google' http://metadata.google.internal/computeMetadata/v1/instance/cpu-platform" + - "curl -H 'Metadata-Flavor: Google' http://metadata.google.internal/computeMetadata/v1/instance/machine-type" script: - ./ci/vm/run