From 8e5359202eb106eb23ef073bd66e1e88bddb78d5 Mon Sep 17 00:00:00 2001 From: Zachary Klosko Date: Thu, 19 Nov 2020 08:07:10 -0500 Subject: [PATCH] Adding Libretime PPA, removing Xenial, CentOS PHP tests --- .travis.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 80493fbcb..7391b11f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,10 @@ env: global: - ENVIRONMENT=testing - LIBRETIME_LOG_DIR=/tmp/log/libretime + +before_install: + - sudo add-apt-repository -y ppa:libretime/libretime + - sudo apt-get -q update addons: apt: @@ -38,12 +42,6 @@ jobs: - language: php php: 7.2 stage: test - - language: php - php: 7.0 - stage: test - - language: php - php: 5.6 - stage: test - language: python python: 3.8 stage: test