From 00b2d49b95121dbcdc4fe10f47761484b0e54535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Wed, 1 Jan 2020 18:51:33 +0100 Subject: [PATCH] Use phpunit8.3 schema in phpunit.xml --- .travis.yml | 3 ++- phpunit.xml.dist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 325a2789..9d293157 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: php +dist: bionic services: - mysql @@ -14,7 +15,7 @@ php: - '7.4' install: - - composer install + - composer install -o # Compile assets - yarn install - yarn build diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 9cc17b6e..f2b1ddf3 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -2,7 +2,7 @@