Merge branch 'v2.5.x'
[m6w6/ext-http] / scripts / gen_travis_yml.php
index c805e57525c458530736eb5afe0616038e4ed9d8..02b98418380b9617621509a07588f4d2e7cb4505 100755 (executable)
@@ -34,10 +34,11 @@ foreach ($env as $e) {
 
 before_script:
  - make -f travis/pecl/Makefile php
- - make -f travis/pecl/Makefile pharext/raphf-master pharext/propro-master
+ - make -f travis/pecl/Makefile pecl PECL=raphf:raphf:2.0.0
+ - make -f travis/pecl/Makefile pecl PECL=propro:propro:2.0.0
+ - make -f travis/pecl/Makefile ext PECL=http
 
 script:
- - make -f travis/pecl/Makefile ext PECL=http
  - make -f travis/pecl/Makefile test
 
 after_script: