remove travis
[m6w6/ext-pq] / travis / configure-postgres.sh
diff --git a/travis/configure-postgres.sh b/travis/configure-postgres.sh
deleted file mode 100755 (executable)
index 09a41e2..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh -x
-
-PQ_CREATE_DB_SQL="CREATE DATABASE $PG_TEST_DB_NAME;"
-PQ_DSN="postgres://$PG_TEST_DB_USER@localhost/$PG_TEST_DB_NAME"
-
-psql -c "$PQ_CREATE_DB_SQL" -U $PG_TEST_DB_USER
-echo "<?php const PQ_DSN = '$PQ_DSN';" > ./tests/_setup.inc