From a8b4e40fa225f4f2524cc29c37119d00005ccca1 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 25 Oct 2019 11:14:56 +0200 Subject: Simplify travis setup scripts Reduce duplication. --- travis/setup-pgsql.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 travis/setup-pgsql.sh (limited to 'travis/setup-pgsql.sh') diff --git a/travis/setup-pgsql.sh b/travis/setup-pgsql.sh new file mode 100755 index 0000000000..108f47db25 --- /dev/null +++ b/travis/setup-pgsql.sh @@ -0,0 +1,4 @@ +#!/bin/bash +echo ' +' >> "./ext/pgsql/tests/config.inc" +psql -c 'create database test;' -U postgres -- cgit v1.2.1