X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.travis.yml;h=4ea3ac7ab2261e26e8e59d2cd3ebf97233c09acb;hb=c8328a8446191753c9b43cfcb2891c9b20800185;hp=c3d0092015affe22ab3d5784ab3409448319dd9a;hpb=01640a7045e146759bc936dd499ac27738b78940;p=friendica.git 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