back to dev
[m6w6/ext-pq] / .travis.yml
index de7ad33524bae065b0bf08b391a612d48cdcae51..130a777bc708da9490e6050a733f7b9d20d85938 100644 (file)
@@ -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"