X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=.travis.yml;h=afeaa5c8cf541324c10031b98cf6153dd205a31e;hp=af263d067439cbf5d1ec7ea3891df3e6a6fad583;hb=3b390bb243146c265e53c6a3e756aad3829ef5ed;hpb=49a68e2dc90a01e3da956f216da1b478e1d2e53b diff --git a/.travis.yml b/.travis.yml index af263d0..afeaa5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ addons: apt: packages: - php5-cli + - php-pear env: global: @@ -39,9 +40,10 @@ env: 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 ext PECL=pq - make -f travis/pecl/Makefile test sudo: false