From 09d0ec391d13335c39ef6c00e7215872b48bb1f6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 26 Nov 2020 10:15:12 +0100 Subject: [PATCH] Test conditional job with travis --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 278e5df88a4..1a4471905dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,12 +57,10 @@ jobs: - php: nightly env: DB=postgresql include: - - if: type = pull_request - php: '7.4' - if: type = push - php: - - '5.6' - - '7.4' + php: '5.6' + - if: type = pull_request OR type = push + php: '7.4' - if: type = push AND branch = develop php: nightly