mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-18 13:11:37 +00:00
Try bionic, fix pyver grep
This commit is contained in:
15
.travis.yml
15
.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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user