We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d072e0b commit 6d6e1b1Copy full SHA for 6d6e1b1
.travis.yml
@@ -71,6 +71,9 @@ install:
71
before_script:
72
# set up mysql database
73
- mysql -u root -e 'GRANT ALL ON rounduptest.* TO rounduptest@localhost IDENTIFIED BY "rounduptest";'
74
+ - cat /etc/mysql/my.cnf
75
+ - sed -e '/^\[mysqld\]/,/^\[mysql/s/^max_allowed_packet.*/max_allowed_packet = 500M/' /etc/mysql/my.cnf
76
77
78
# set up postgresql database
79
- psql -c "CREATE ROLE rounduptest WITH CREATEDB LOGIN PASSWORD 'rounduptest';" -U postgres
0 commit comments