diff --git a/.travis.yml b/.travis.yml index 92313850..44561ace 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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