X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.travis.yml;h=5e4c3483b798f0197251d8b27dd34a9266b65fd6;hb=e3ee79da2234d0fca4a7cbf183516c6c11e63e63;hp=c3d0092015affe22ab3d5784ab3409448319dd9a;hpb=8293d5ed0af78ae6cc5629bb1f982a7b29794d32;p=friendica.git diff --git a/.travis.yml b/.travis.yml index c3d0092015..5e4c3483b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,10 @@ php: services: - mysql - - redis-server + - redis - 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