Merge pull request #8348 from nupplaphil/bug/fix_travis

Empty travis mysql password variable
This commit is contained in:
Hypolite Petovan
2020-02-29 11:08:53 -05:00
committed by GitHub

View 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