From 73033d46d08cb9f319a7ab01f6726756ea5e9c8e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 18 Sep 2020 08:50:23 +0200 Subject: Update stable20 target versions Signed-off-by: Joas Schilling --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5e1fed6..1b8d639 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ language: php php: - 7.2 - 7.3 - - 7.4snapshot + - 7.4 services: - mysql - postgresql @@ -23,7 +23,7 @@ cache: env: global: - - CORE_BRANCH=master + - CORE_BRANCH=stable20 - APP_NAME=notifications matrix: - DB=sqlite -- cgit v1.2.3 From 1efa43e9d147aa18bfeb1592849963beccf016ea Mon Sep 17 00:00:00 2001 From: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Date: Fri, 18 Sep 2020 13:34:22 +0200 Subject: Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1b8d639..e426407 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ language: php php: - 7.2 - 7.3 - - 7.4 + - 7.4snapshot services: - mysql - postgresql -- cgit v1.2.3