X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=.travis.yml;h=130a777bc708da9490e6050a733f7b9d20d85938;hp=0f5f740e5091f895798bac455b71b47fa25adc9a;hb=ee41c7911c5cee417bfd380d2708f5d537d62802;hpb=8b7efa3deb0215c2af0de4a990dc97be952f7f53 diff --git a/.travis.yml b/.travis.yml index 0f5f740..130a777 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,10 @@ language: c addons: postgresql: 9.4 + apt: + packages: + - php5-cli + - php-pear env: global: @@ -35,8 +39,9 @@ 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" script: - make -f travis/pecl/Makefile test