prepare 1.0.0
[m6w6/ext-pq] / gen_travis_yml.php
index 0ea6d33ec36f292862e8c28b22333bfc4900efe2..a96a3384ee68a45d98d72faf3d6debe69977a2f8 100755 (executable)
@@ -31,11 +31,11 @@ foreach ($env as $e) {
 
 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