You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ branches:
17
17
# - maint-1.6
18
18
19
19
dist:
20
-
- bionic
20
+
- focal
21
21
22
22
# - pypy3
23
23
python:
@@ -40,8 +40,8 @@ jobs:
40
40
41
41
addons:
42
42
apt:
43
-
sources:
44
-
- sourceline: ppa:xapian-backports/ppa
43
+
#sources:
44
+
# - sourceline: ppa:xapian-backports/ppa
45
45
46
46
packages:
47
47
# Required to build/install the xapian-binding
@@ -115,7 +115,7 @@ before_script:
115
115
- sudo sed -i -e '/^\[mysqld\]/,/^\[mysql/s/^max_allowed_packet.*/max_allowed_packet = 500M/' /etc/mysql/my.cnf
116
116
- cat /etc/mysql/my.cnf
117
117
- sudo service mysql restart
118
-
- mysql -u root -e 'GRANT ALL ON rounduptest.* TO rounduptest@localhost IDENTIFIED BY "rounduptest";'
118
+
- mysql -u root -e 'CREATE USER "rounduptest"@"localhost" IDENTIFIED WITH mysql_native_password BY "rounduptest"; GRANT ALL on rounduptest.* TO "rounduptest"@"localhost";'
0 commit comments