diff --git a/framework/core/.travis.yml b/framework/core/.travis.yml index 2a83625f6..c62d1e8d6 100644 --- a/framework/core/.travis.yml +++ b/framework/core/.travis.yml @@ -23,8 +23,8 @@ jobs: - php: 7.2 env: DB=mysql - - php: 7.2 - env: DB=mysql PREFIX=forum_ + - php: 7.3 + env: DB=mysql - php: 7.1 addons: @@ -36,6 +36,14 @@ jobs: mariadb: '10.2' env: DB=mariadb + - php: 7.3 + addons: + mariadb: '10.2' + env: DB=mariadb + + - php: 7.2 + env: DB=mysql PREFIX=forum_ + - stage: build language: generic if: branch = master AND type = push