Adding Libretime PPA, removing Xenial, CentOS PHP tests

This commit is contained in:
Zachary Klosko 2020-11-19 08:07:10 -05:00
parent 83a3977a9e
commit 8e5359202e
1 changed files with 4 additions and 6 deletions

View File

@ -7,6 +7,10 @@ env:
global: global:
- ENVIRONMENT=testing - ENVIRONMENT=testing
- LIBRETIME_LOG_DIR=/tmp/log/libretime - LIBRETIME_LOG_DIR=/tmp/log/libretime
before_install:
- sudo add-apt-repository -y ppa:libretime/libretime
- sudo apt-get -q update
addons: addons:
apt: apt:
@ -38,12 +42,6 @@ jobs:
- language: php - language: php
php: 7.2 php: 7.2
stage: test stage: test
- language: php
php: 7.0
stage: test
- language: php
php: 5.6
stage: test
- language: python - language: python
python: 3.8 python: 3.8
stage: test stage: test