From 1d2ba8f72e041ea556a6bcf7394c0b856c54647b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 20 Jun 2023 11:23:38 +0200 Subject: [PATCH] Test travis --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index d62ae445b65..b95c8c6ff2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ # We use dist: bionic = 18.04, focal = 20.04 os: linux -dist: focal +dist: bionic language: generic @@ -47,13 +47,13 @@ jobs: #allow_failures: #- php: nightly include: - #- stage: PHP 7.0-8.1 - # if: type = push - # php: '7.1' - # env: DB=postgresql + - stage: PHP 7.0-8.1 + if: type = push + php: '7.1' + env: DB=postgresql - stage: PHP 7.0-8.1 if: type = pull_request OR type = push - #php: '8.1' + php: '8.1' env: DB=mysql #- stage: PHP Dev # if: type = push AND branch = developdisabled