From 650e3137f4e50482fe83803f6a76cadfeb7d57e4 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 16 Jul 2020 10:59:08 +0200 Subject: [PATCH] Don't test with incompatible versions anymore Signed-off-by: Joas Schilling --- .travis.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 715331b..f403b92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ addons: env: global: - CORE_BRANCH=master - - APP_NAME=notifications + - APP_NAME=registration matrix: - DB=sqlite @@ -36,12 +36,6 @@ matrix: env: DB=mysql - php: 7.3 env: DB=pgsql - - php: 7.2 - env: DB=sqlite CORE_BRANCH=stable19 - - php: 7.2 - env: DB=sqlite CORE_BRANCH=stable18 - - php: 7.2 - env: DB=sqlite CORE_BRANCH=stable17 fast_finish: true before_install: