]> git.mxchange.org Git - friendica.git/blobdiff - .travis.yml
Add notification check
[friendica.git] / .travis.yml
index c3d0092015affe22ab3d5784ab3409448319dd9a..5e4c3483b798f0197251d8b27dd34a9266b65fd6 100644 (file)
@@ -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