X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=.travis.yml;h=130a777bc708da9490e6050a733f7b9d20d85938;hp=de7ad33524bae065b0bf08b391a612d48cdcae51;hb=19e818e7ba9cf5581b06c346018c46903944a102;hpb=7dda3c7100d4c67bc7d8cc363464078c2e0cc975 diff --git a/.travis.yml b/.travis.yml index de7ad33..130a777 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ addons: apt: packages: - php5-cli + - php-pear env: global: @@ -38,7 +39,7 @@ env: before_script: - make -f travis/pecl/Makefile php - - make -f travis/pecl/Makefile pecl PECL=raphf + - make -f travis/pecl/Makefile pecl PECL=raphf:raphf:1.1.2 - make -f travis/pecl/Makefile ext PECL=pq - psql -U postgres -c "CREATE DATABASE test"