fix travis build

This commit is contained in:
Bastian Schroll 2017-12-23 18:24:05 +01:00
parent 16f576064e
commit 52e724be5d
3 changed files with 7 additions and 3 deletions

View file

@ -174,8 +174,10 @@ template = 0
[MySQL] [MySQL]
# MySQL configuration # MySQL configuration
#default port: 3306
dbserver = localhost dbserver = localhost
dbuser = root dbport = 3306
dbuser = boswatch
dbpassword = root dbpassword = root
database = boswatch database = boswatch

View file

@ -174,8 +174,9 @@ template = 0
[MySQL] [MySQL]
# MySQL configuration # MySQL configuration
#default port: 3306
dbserver = localhost dbserver = localhost
dbport = 3306 #default port: 3306 dbport = 3306
dbuser = boswatch dbuser = boswatch
dbpassword = root dbpassword = root
database = boswatch database = boswatch

View file

@ -191,8 +191,9 @@ template = 0
[MySQL] [MySQL]
# MySQL configuration # MySQL configuration
#default port: 3306
dbserver = localhost dbserver = localhost
dbport = 3306 #default port: 3306 dbport = 3306
dbuser = boswatch dbuser = boswatch
dbpassword = root dbpassword = root
database = boswatch database = boswatch