From: nupplaPhil Date: Sat, 29 Feb 2020 15:09:25 +0000 (+0100) Subject: Empty travis mysql password variable X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b2fb29855dc321fef322b615f6c1d16bb10f25ee;p=friendica.git Empty travis mysql password variable --- diff --git a/.travis.yml b/.travis.yml index c3d0092015..4ea3ac7ab2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ services: - redis-server - memcached env: - - MYSQL_HOST=localhost MYSQL_PORT=3306 MYSQL_USERNAME=travis MYSQL_PASSWORD= MYSQL_DATABASE=test + - MYSQL_HOST=localhost MYSQL_PORT=3306 MYSQL_USERNAME=travis MYSQL_PASSWORD="" MYSQL_DATABASE=test install: - composer install