1
0
mirror of https://github.com/danog/ext-pq.git synced 2025-01-22 22:01:33 +01:00

create test db

This commit is contained in:
Michael Wallner 2015-07-30 19:09:13 +02:00
parent 49a68e2dc9
commit 7dda3c7100
2 changed files with 2 additions and 0 deletions

View 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

View File

@ -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