summaryrefslogtreecommitdiff
path: root/travis/setup-pgsql.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis/setup-pgsql.sh')
-rwxr-xr-xtravis/setup-pgsql.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/setup-pgsql.sh b/travis/setup-pgsql.sh
index 9172356265..d0929de9f0 100755
--- a/travis/setup-pgsql.sh
+++ b/travis/setup-pgsql.sh
@@ -1,6 +1,6 @@
#!/bin/bash
echo '
<?php $conn_str .= " user=postgres"; ?>' >> "./ext/pgsql/tests/config.inc"
-if [ -z "$ARM64" ]; then
+if [ -z "$ARM64" -o -z "$S390X"]; then
psql -c 'create database test;' -U postgres
fi