Tailoring testing to Xenial

This commit is contained in:
Zachary Klosko 2020-11-20 17:34:47 -05:00
parent 41e1a30735
commit dd75cb1074
1 changed files with 22 additions and 20 deletions

View File

@ -37,24 +37,24 @@ addons:
jobs: jobs:
include: include:
- language: php # - language: php
php: 7.3 # php: 7.3
stage: test # stage: test
- language: php # - language: php
php: 7.2 # php: 7.2
stage: test # stage: test
- language: php - language: php
php: 7.0 php: 7.0
stage: test stage: test
- language: php - language: php
php: 5.6 php: 5.6
stage: test stage: test
- language: python # - language: python
python: 3.8 # python: 3.8
stage: test # stage: test
- language: python # - language: python
python: 3.6 # python: 3.6
stage: test # stage: test
- language: python - language: python
python: 3.5 python: 3.5
stage: test stage: test
@ -74,16 +74,18 @@ jobs:
tags: true tags: true
allow_failures: allow_failures:
# https://github.com/LibreTime/libretime/issues/779 # https://github.com/LibreTime/libretime/issues/779
- language: php # - language: php
php: 7.3 # php: 7.3
- language: php # - language: php
php: 7.2 # php: 7.2
# Ubuntu Bionic cloud image uses Python 3.6.9 # Ubuntu Bionic cloud image uses Python 3.6.9
- language: python # - language: python
python: 3.8 # python: 3.8
# https://github.com/LibreTime/libretime/issues/1041 # https://github.com/LibreTime/libretime/issues/1041
- language: python # - language: python
python: 3.5 # python: 3.5
- language: php
php: 5.6
install: ./travis/install.sh install: ./travis/install.sh
before_script: before_script: