Merge pull request #74 from gbarosio/readme
[m6w6/ext-http] / scripts / gen_travis_yml.php
index 68f9b863a81545a94f96c5d7cde04ad018ecba26..94713074a3d08d72158a227c0c5ecce3ce2df76e 100755 (executable)
@@ -81,8 +81,13 @@ foreach ($env as $grp) {
 
 install:
  - ./travis/brotli.sh v1.0.2
- - if test "$PHP" = master; then make -f travis/pecl/Makefile reconf; fi
- - make -f travis/pecl/Makefile php
+ - |
+   if test "$PHP" = master; then \
+     make -f travis/pecl/Makefile reconf; \
+     make -f travis/pecl/Makefile pecl-rm pecl-clean PECL=ext-raphf.git:raphf:master; \
+     make -f travis/pecl/Makefile pecl-rm pecl-clean PECL=ext-propro.git:propro:master; \
+   fi
+ - make -f travis/pecl/Makefile php || make -f travis/pecl/Makefile clean php
  - make -f travis/pecl/Makefile pecl PECL=ext-raphf.git:raphf:master
  - make -f travis/pecl/Makefile pecl PECL=ext-propro.git:propro:master