Skip to content

Commit f98a32d

Browse files
committed
Update .travis.yml
fix the lower case table names issue, again
1 parent d00e91b commit f98a32d

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
@@ -30,8 +30,8 @@ before_install:
3030
- cat $HOME/.my.cnf # be sure it registered
3131
- service --status-all
3232
# this should have worked.
33-
# - sudo sed -i '/\[mysqld\]/a lower_case_table_names = 1 ' /etc/mysql/my.cnf
34-
# - cat /etc/mysql/my.cnf
33+
- sudo sed -i '/\[mysqld\]/a lower_case_table_names = 1 ' /etc/mysql/my.cnf
34+
- cat /etc/mysql/my.cnf
3535
- sudo service mysql start
3636
- mysql --verbose -e "show variables like 'lower%';" --user=root
3737

0 commit comments

Comments
 (0)