summaryrefslogtreecommitdiff
path: root/travis/ext/pgsql/setup.sh
blob: 32b39a40443e431139920808e4164a72bb45f8c0 (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