From e47b6a32de5939e7619373ee2dfc58a479a42eb9 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 23 Apr 2019 18:42:13 -0400 Subject: [PATCH] more tests to confirm sane build. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8dc53ec7..92313850 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,6 +49,9 @@ install: script: - gam/gam version extended +- gam/gam version | grep Python 3\.7\.3 # We should be building with Python 3.7.3 +- gam/gam version | grep travis # travis should be part of the path (not /tmp or such) +- gam/gam version extended | grep TLSv1\.3 # We should support TLS 1.3 to Google before_deploy: - export TRAVIS_TAG="preview"