Skip to content

Commit 17a0567

Browse files
fix typo
1 parent c50a0ec commit 17a0567

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
@@ -10,6 +10,6 @@ env:
1010
- DB_USER=mp DB_PASS='mp'
1111
before_script:
1212
- mysql -e 'create database mppg;'
13-
- mysql -e "create user 'mp'@'localhost' with identified with 'mp';"
13+
- mysql -e "create user 'mp'@'localhost' identified with 'mp';"
1414
- mysql -e "grant all privileges on * . * to 'mp'@'localhost';"
1515
- mysql -e "flush privileges;"

0 commit comments

Comments
 (0)