split out build vs test some more

This commit is contained in:
Jay Lee
2019-05-06 11:37:41 -04:00
parent 671ac52201
commit 4ca0277e63
6 changed files with 39 additions and 32 deletions

View File

@@ -96,10 +96,10 @@ install:
- source src/travis/$TRAVIS_OS_NAME-$PLATFORM-install.sh
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\.[23] # We should support TLS 1.2 or 1.3 to Google
- $gam version extended
- $gam version | grep travis # travis should be part of the path (not /tmp or such)
- if [ "$VMTYPE" == "build" ]; then $gam version | grep "Python 3\.7\.3"; fi # We should be building with Python 3.7.3
- if [ "$VMTYPE" == "build" ]; then $gam version extended | grep TLSv1\.[23]; fi # Builds should support TLS 1.2 or 1.3 to Google
before_deploy:
- export TRAVIS_TAG="preview"