From d4190496fbc9ded1d2b712ff9360a9fa8d60fe52 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 23 Apr 2019 18:52:37 -0400 Subject: [PATCH] Try bionic, fix pyver grep --- .travis.yml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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