X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=.travis.yml;h=afeaa5c8cf541324c10031b98cf6153dd205a31e;hp=9b0ea6b24fcc7f2bc1051e6fffbf602feea7f47c;hb=8056f4e71952a5c0f0ef0e81b7b21a0c09878947;hpb=7e093af8827766375f6b6ef2f2f65ad5e1fd98a7 diff --git a/.travis.yml b/.travis.yml index 9b0ea6b..afeaa5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ addons: apt: packages: - php5-cli + - php-pear env: global: @@ -38,10 +39,11 @@ env: before_script: - make -f travis/pecl/Makefile php - - make -df travis/pecl/Makefile pecl PECL=raphf - - make -f travis/pecl/Makefile ext PECL=pq + - make -f travis/pecl/Makefile pecl PECL=raphf + - psql -U postgres -c "CREATE DATABASE test" script: + - make -f travis/pecl/Makefile ext PECL=pq - make -f travis/pecl/Makefile test sudo: false