Skip to content

Commit 8101306

Browse files
committed
Update .travis.yml
1 parent 4fd7554 commit 8101306

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
- "echo 'log_slave_updates' | sudo tee -a /etc/mysql/conf.d/gtid.cnf"
3939

4040
# Start mysql (avoid errors to have logs)
41-
- "sudo /etc/init.d/mysql start || true"
41+
- "sudo /etc/init.d/mysql restart || true"
4242
- "sudo tail -1000 /var/log/syslog"
4343

4444
- "mysql --version"

0 commit comments

Comments
 (0)