1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-12-03 09:48:02 +01:00
ext-pq/travis/configure-postgres.sh
2014-12-15 12:35:31 +00:00

5 lines
151 B
Bash
Executable File

#!/bin/sh -x
psql -c 'create database pq_test;' -U postgres
echo '<?php const PQ_DSN = "postgres://postgres@localhost/pq_test";' > ./tests/_setup.inc