Try bionic, fix pyver grep

This commit is contained in:
Jay Lee
2019-04-23 18:52:37 -04:00
parent a8ceb40953
commit d4190496fb

View File

@@ -3,20 +3,27 @@ if: tag IS blank
matrix:
include:
- os: linux
name: "Linux 64-bit"
name: "Linux 64-it Bionic"
dist: bionic
language: bash
env:
- GAMOS=linux
- PLATFORM=x86_64
- os: linux
name: "Linux 64-bit Xenial"
dist: xenial
language: bash
env:
- GAMOS=linux
- PLATFORM=x86_64
- os: linux
name: "Linux 64-bit Trusty custom compile"
name: "Linux 64-bit Trusty"
language: bash
env:
- GAMOS=linux
- PLATFORM=x86_64
- os: linux
name: "Linux 64-bit Precise custom compile"
name: "Linux 64-bit Precise"
language: bash
env:
- GAMOS=linux
@@ -49,7 +56,7 @@ 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 "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