travis: rebuild deps on master
authorMichael Wallner <mike@php.net>
Wed, 18 Jul 2018 11:50:43 +0000 (13:50 +0200)
committerMichael Wallner <mike@php.net>
Wed, 18 Jul 2018 11:50:43 +0000 (13:50 +0200)
.travis.yml
scripts/gen_travis_yml.php

index fc0bb7f21996e08a2086bac94b35b9ecde917ed5..b1ef3281864fa1ceca44c0031b7f51d9912fdd32 100644 (file)
@@ -40,7 +40,12 @@ env:
 
 install:
  - ./travis/brotli.sh v1.0.2
 
 install:
  - ./travis/brotli.sh v1.0.2
- - if test "$PHP" = master; then make -f travis/pecl/Makefile reconf; fi
+ - |
+   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
  - 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
index bd62c6dff7456f5c9e0abb2f48d4352488c95889..94713074a3d08d72158a227c0c5ecce3ce2df76e 100755 (executable)
@@ -81,7 +81,12 @@ foreach ($env as $grp) {
 
 install:
  - ./travis/brotli.sh v1.0.2
 
 install:
  - ./travis/brotli.sh v1.0.2
- - if test "$PHP" = master; then make -f travis/pecl/Makefile reconf; fi
+ - |
+   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
  - 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