X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=.travis.yml;h=de7ad33524bae065b0bf08b391a612d48cdcae51;hb=dbb1c0b34119aff9def3944fc69d86cdbcd47c30;hp=af263d067439cbf5d1ec7ea3891df3e6a6fad583;hpb=ee1c068bfa56b56d82e61d9e5fde017d3003817f;p=m6w6%2Fext-pq diff --git a/.travis.yml b/.travis.yml index af263d0..de7ad33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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