create test db
[m6w6/ext-pq] / gen_travis_yml.php
index 0e06a810bb91a6c2aa16d8f1e60f309a3ef87b54..ec844b6191ba1cd6432f7d52b1b225e54b6c7716 100755 (executable)
@@ -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
  - 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
 
 script:
  - make -f travis/pecl/Makefile test