From 7dda3c7100d4c67bc7d8cc363464078c2e0cc975 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 30 Jul 2015 19:09:13 +0200 Subject: [PATCH 1/1] create test db --- .travis.yml | 1 + gen_travis_yml.php | 1 + 2 files changed, 2 insertions(+) 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 -- 2.30.2