This commit is contained in:
Jay Lee
2019-04-23 20:34:18 -04:00
parent 509f125e3a
commit c135866f0d
3 changed files with 7 additions and 14 deletions

View File

@@ -26,7 +26,7 @@ matrix:
- os: osx
name: "MacOS 64-bit"
language: generic
osx_image: xcode10.1
osx_image: xcode9.2
env:
- GAMOS=macos
- PLATFORM=x86_64
@@ -53,7 +53,7 @@ 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
- gam/gam version extended | grep TLSv1\.[23] # We should support TLS 1.3 to Google
before_deploy:
- export TRAVIS_TAG="preview"