Skip to content

Commit c50a0ec

Browse files
update build command
1 parent 04bbcbf commit c50a0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
env:
1010
- DB_USER=mp DB_PASS='mp'
1111
before_script:
12-
- mysql -e 'create database mppg;' -U root
12+
- mysql -e 'create database mppg;'
1313
- mysql -e "create user 'mp'@'localhost' with identified with 'mp';"
1414
- mysql -e "grant all privileges on * . * to 'mp'@'localhost';"
1515
- mysql -e "flush privileges;"

0 commit comments

Comments
 (0)