Skip to content

Commit d5c4cf9

Browse files
committed
Merge branch 'master' of github.com:krowinski/mysql-replication
2 parents fc6fd1d + 69d77a3 commit d5c4cf9

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
@@ -38,7 +38,7 @@ before_script:
3838
- "sudo tail -1000 /var/log/syslog"
3939

4040
- "mysql --version"
41-
- "mysql -e 'SELECT VERSION();'"
41+
- "mysql -u root -e 'SELECT VERSION();'"
4242
- "mysql -u root -e \"GRANT ALL PRIVILEGES ON *.* TO ''@'localhost';\""
4343

4444
env:

0 commit comments

Comments
 (0)