Skip to content

Commit 5e14264

Browse files
run commands as root
1 parent 0237ea5 commit 5e14264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ env:
1111
before_script:
1212
- mysql -e 'create database mppg;'
1313
- mysql -e "create user 'mp'@'localhost' identified by 'mp';"
14-
- mysql -e "grant all privileges on * . * to 'mp'@'localhost';"
15-
- mysql -e "flush privileges;"
14+
- mysql -e "grant all privileges on * . * to 'mp'@'localhost';" -u root
15+
- mysql -e "flush privileges;" -u root

0 commit comments

Comments
 (0)