Skip to content

Commit d00e91b

Browse files
committed
Update .travis.yml
bad line in clean up
1 parent 63dd0a0 commit d00e91b

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
@@ -32,7 +32,7 @@ before_install:
3232
# this should have worked.
3333
# - sudo sed -i '/\[mysqld\]/a lower_case_table_names = 1 ' /etc/mysql/my.cnf
3434
# - cat /etc/mysql/my.cnf
35-
- sudo service mysql start restart
35+
- sudo service mysql start
3636
- mysql --verbose -e "show variables like 'lower%';" --user=root
3737

3838
# - strace mysql 2>&1 | grep cnf # will tell you what files are being used

0 commit comments

Comments
 (0)