From 06e6fd1b133626b3f8ad39ac73266eea444363c9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 20 Sep 2022 21:32:56 +0200 Subject: [PATCH] Make travis script simpler --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2a9d6807876..cc9787c8fc1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,8 @@ # from Dolibarr GitHub repository. # For syntax, see https://docs.travis-ci.com/user/languages/php/ -# We use dist: xenial to have php 5.6+ available +# We use dist: bionic = 18.04 os: linux -#dist: xenial dist: bionic language: php @@ -38,8 +37,6 @@ addons: postgresql: '10' apt: sources: - # To use the last version of pgloader, we add repo of postgresql with a name available in http://apt.postgresql.org/pub/repos/apt/ - - pgdg-xenial - sourceline: 'ppa:ondrej/php' packages: # We need a webserver to test the webservices