Update .travis.yml

This commit is contained in:
Jay Lee
2019-04-27 09:15:07 -04:00
committed by GitHub
parent ec1c146362
commit ce655173f8

View File

@@ -53,7 +53,7 @@ script:
- gam/gam version extended - 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 "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 | 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 - gam/gam version extended | grep TLSv1\.[23] # We should support TLS 1.2 or 1.3 to Google
before_deploy: before_deploy:
- export TRAVIS_TAG="preview" - export TRAVIS_TAG="preview"