]> git.mxchange.org Git - friendica.git/commitdiff
Empty travis mysql password variable
authornupplaPhil <admin+github@philipp.info>
Sat, 29 Feb 2020 15:09:25 +0000 (16:09 +0100)
committernupplaPhil <admin+github@philipp.info>
Sat, 29 Feb 2020 15:09:25 +0000 (16:09 +0100)
.travis.yml

index c3d0092015affe22ab3d5784ab3409448319dd9a..4ea3ac7ab2261e26e8e59d2cd3ebf97233c09acb 100644 (file)
@@ -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