From b51f6b6c64d28742ef630f430c53954e286b72b1 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 25 May 2016 13:58:41 +0200 Subject: [PATCH 1/1] use new propro version for travis --- .travis.yml | 2 +- scripts/gen_travis_yml.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2b9ed42..6b0ae60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ env: before_script: - make -f travis/pecl/Makefile php - 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 pecl PECL=propro:propro:2.0.1 - make -f travis/pecl/Makefile ext PECL=http script: diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 02b9841..f83d0b4 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -35,7 +35,7 @@ foreach ($env as $e) { before_script: - make -f travis/pecl/Makefile php - 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 pecl PECL=propro:propro:2.0.1 - make -f travis/pecl/Makefile ext PECL=http script: -- 2.30.2