Merge branch 'meta/travis'
[m6w6/ext-pq] / travis / configure-postgres.sh
1 #!/bin/sh -x
2
3 psql -c 'create database pq_test;' -U postgres
4 echo '<?php const PQ_DSN = "postgres://postgres@localhost/pq_test";' > ./tests/_setup.inc