From ba6df80d17e8defb57d2a7b337304dd49d4099a6 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 19 Jan 2016 09:53:37 +0100 Subject: [PATCH 1/1] update travis/pecl --- .travis.yml | 6 +++--- scripts/gen_travis_yml.php | 6 +++--- travis/pecl | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9f44c29..97ed25a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,11 +39,11 @@ env: 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=propro:propro:1.0.2RC1 + - make -f travis/pecl/Makefile pecl PECL=raphf:raphf:1.1.1 + - make -f travis/pecl/Makefile pecl PECL=propro:propro:1.0.2 + - 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: diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index f277bc1..093799d 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -32,11 +32,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=propro:propro:1.0.2RC1 + - make -f travis/pecl/Makefile pecl PECL=raphf:raphf:1.1.1 + - make -f travis/pecl/Makefile pecl PECL=propro:propro:1.0.2 + - 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: diff --git a/travis/pecl b/travis/pecl index 6b7c11b..7d1a61d 160000 --- a/travis/pecl +++ b/travis/pecl @@ -1 +1 @@ -Subproject commit 6b7c11b05020541819dbd501dea52d3e2d04aa1e +Subproject commit 7d1a61ddce20446912ed1d5c988f801903972a34 -- 2.30.2