summaryrefslogtreecommitdiff
path: root/travis/setup-pgsql.sh
blob: 91723562653cf749c0b6eacefcad6f6245af36d8 (plain)
1
2
3
4
5
6
#!/bin/bash
echo '
<?php $conn_str .= " user=postgres"; ?>' >> "./ext/pgsql/tests/config.inc"
if [ -z "$ARM64" ]; then
  psql -c 'create database test;' -U postgres
fi