X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=.travis.yml;h=130a777bc708da9490e6050a733f7b9d20d85938;hp=2a78ddae318796bd7ca0cd638050f63b545d9f31;hb=67cf30cceef7c819daabc7928edf73b1d2b894ab;hpb=af785c32e070d1ae06127beb99ea987503811be5 diff --git a/.travis.yml b/.travis.yml index 2a78dda..130a777 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,11 +39,11 @@ env: before_script: - make -f travis/pecl/Makefile php - - make -f travis/pecl/Makefile pecl PECL=raphf:raphf:1.1.1RC1 + - 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" script: - - make -f travis/pecl/Makefile ext PECL=pq - make -f travis/pecl/Makefile test sudo: false