Mercurial > p > roundup > code
changeset 6596:2e2d2302eef3
revert to bionic, mysql grant syntax in file doesn't work with 8.0.21 reports: ...right syntax to use near 'IDENTIFIED BY "rounduptest"'
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 26 Jan 2022 08:02:29 -0500 |
| parents | b986be6e65f3 |
| children | 20632fdee6da |
| files | .travis.yml |
| diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Wed Jan 26 07:47:14 2022 -0500 +++ b/.travis.yml Wed Jan 26 08:02:29 2022 -0500 @@ -17,7 +17,7 @@ # - maint-1.6 dist: - - focal + - bionic # - pypy3 python: @@ -40,8 +40,8 @@ addons: apt: - #sources: - # - sourceline: ppa:xapian-backports/ppa + sources: + - sourceline: ppa:xapian-backports/ppa packages: # Required to build/install the xapian-binding
