From e965ebff11ae7accbf39bbb0716893d7a42030fc Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 21 Sep 2020 13:20:16 +0200 Subject: [PATCH] Specify the DB and correctly overwrite the core branch Signed-off-by: Joas Schilling --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2314771..2c50d3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,9 +19,9 @@ addons: env: global: - - CORE_BRANCH=master - APP_NAME=registration matrix: + - CORE_BRANCH=master - DB=sqlite branches: @@ -36,7 +36,7 @@ matrix: - php: 7.3 env: DB=pgsql - php: 7.2 - env: CORE_BRANCH=stable20 + env: DB=sqlite;CORE_BRANCH=stable20 fast_finish: true before_install: