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:
parent
49a68e2dc9
commit
7dda3c7100
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user