summaryrefslogtreecommitdiff
path: root/travis/ext/pgsql/setup.sh
blob: 108f47db2505610c9aa37fbb166a11b500892763 (plain)
1
2
3
4
#!/bin/bash
echo '
<?php $conn_str .= " user=postgres"; ?>' >> "./ext/pgsql/tests/config.inc"
psql -c 'create database test;' -U postgres