test-install: Add bionic.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg 2019-08-08 22:07:19 -07:00 committed by Tim Abbott
parent 1af72a2745
commit cd1306c8d9
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ ARCH=amd64 # TODO: maybe i686 too
case "$RELEASE" in
xenial) extra_packages=(virtualenv postgresql-9.5)
;;
bionic) extra_packages=(virtualenv postgresql-10)
;;
*)
echo "error: unsupported target release: $RELEASE" >&2
exit 1