create test db
authorMichael Wallner <mike@php.net>
Thu, 30 Jul 2015 17:09:13 +0000 (19:09 +0200)
committerMichael Wallner <mike@php.net>
Thu, 30 Jul 2015 17:09:13 +0000 (19:09 +0200)
.travis.yml
gen_travis_yml.php

index af263d067439cbf5d1ec7ea3891df3e6a6fad583..de7ad33524bae065b0bf08b391a612d48cdcae51 100644 (file)
@@ -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
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
+ - psql -U postgres -c "CREATE DATABASE test"
 
 script:
  - make -f travis/pecl/Makefile test