mirror of https://github.com/zulip/zulip.git
test-install: Add bionic.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
parent
1af72a2745
commit
cd1306c8d9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue