travis: fix build
authorMichael Wallner <mike@php.net>
Mon, 2 Nov 2020 19:36:42 +0000 (20:36 +0100)
committerMichael Wallner <mike@php.net>
Mon, 2 Nov 2020 19:36:42 +0000 (20:36 +0100)
.travis.yml
scripts/gen_travis_yml.php
travis/pecl

index 8d71284338c3d32e535fcb8b3f13e811663ab792..31e9ec4e70c9c25b9c31b1ba9a46e96048919320 100644 (file)
@@ -42,10 +42,10 @@ install:
  - |
    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=m6w6/ext-raphf.git:raphf: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=m6w6/ext-raphf.git:raphf:master
  - |
    if test -n "$PECLs"; then \
      IFS=$','; \
index 9e9b12732edd1b4e9927f0573ff6837dc1946291..8aa219b6ac029cf017fc2c2fdff6e9b6ad3beb81 100755 (executable)
@@ -88,10 +88,10 @@ install:
  - |
    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=m6w6/ext-raphf.git:raphf: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=m6w6/ext-raphf.git:raphf:master
  - |
    if test -n "$PECLs"; then \
      IFS=$','; \
index 54a746ab5e068060f53796d0aca55f76656bb8b1..f24680bd797a891102f9430f54d2f3c2f06d7513 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 54a746ab5e068060f53796d0aca55f76656bb8b1
+Subproject commit f24680bd797a891102f9430f54d2f3c2f06d7513