Adding Libretime PPA, removing Xenial, CentOS PHP tests
This commit is contained in:
parent
83a3977a9e
commit
8e5359202e
10
.travis.yml
10
.travis.yml
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue