From 6089d190f458a07683e1e01f6eee0d0bede9791a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 24 Jul 2019 15:24:47 +0200 Subject: [PATCH] Adjust travis config as well MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 03b4f0cb5..03cb6e24e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,12 +2,11 @@ language: php services: - mysql php: - - 7.0 - 7.1 - 7.2 - 7.3 env: - - CORE_BRANCH=stable15 DB=mysql + - CORE_BRANCH=master DB=mysql before_install: - wget https://phar.phpunit.de/phpunit-5.7.phar