From: Michael Wallner Date: Thu, 30 Jul 2015 17:09:13 +0000 (+0200) Subject: create test db X-Git-Tag: v0.6.0~11 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=7dda3c7100d4c67bc7d8cc363464078c2e0cc975 create test db --- diff --git a/.travis.yml b/.travis.yml index af263d0..de7ad33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,6 +40,7 @@ before_script: - make -f travis/pecl/Makefile php - make -f travis/pecl/Makefile pecl PECL=raphf - make -f travis/pecl/Makefile ext PECL=pq + - psql -U postgres -c "CREATE DATABASE test" script: - make -f travis/pecl/Makefile test diff --git a/gen_travis_yml.php b/gen_travis_yml.php index 0e06a81..ec844b6 100755 --- a/gen_travis_yml.php +++ b/gen_travis_yml.php @@ -32,6 +32,7 @@ before_script: - make -f travis/pecl/Makefile php - make -f travis/pecl/Makefile pecl PECL=raphf - make -f travis/pecl/Makefile ext PECL=pq + - psql -U postgres -c "CREATE DATABASE test" script: - make -f travis/pecl/Makefile test