release 1.0.0
[m6w6/ext-pq] / .travis.yml
index afeaa5c8cf541324c10031b98cf6153dd205a31e..130a777bc708da9490e6050a733f7b9d20d85938 100644 (file)
@@ -39,11 +39,11 @@ 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 ext PECL=pq
  - make -f travis/pecl/Makefile test
 
 sudo: false