From 822fa7e7e46585abeb0f35fb46d1572b7f400f74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 20 Oct 2019 15:15:20 +0200 Subject: [PATCH] Create the correct DB in travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e34f681f..211a2f5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ php: - 'nightly' before_install: - - mysql -e 'CREATE DATABASE partdb_test;' + - mysql -e 'CREATE DATABASE part-db_test;' install: - composer install