X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=gen_travis_yml.php;h=ec844b6191ba1cd6432f7d52b1b225e54b6c7716;hp=0e06a810bb91a6c2aa16d8f1e60f309a3ef87b54;hb=7dda3c7100d4c67bc7d8cc363464078c2e0cc975;hpb=ee1c068bfa56b56d82e61d9e5fde017d3003817f 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