diff --git a/.travis.yml b/.travis.yml index 1a4471905dc..a808fedccbc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,8 +59,10 @@ jobs: include: - if: type = push php: '5.6' + env: DB=postgresql - if: type = pull_request OR type = push php: '7.4' + env: DB=mysql - if: type = push AND branch = develop php: nightly