From 75dc826093cd29743448e64a9eafbc084882b28b Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 7 Dec 2015 11:17:38 +0100 Subject: [PATCH] fix travis --- .travis.yml | 4 ++-- scripts/gen_travis_yml.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index ddaa28c..9f44c29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,8 +39,8 @@ env: before_script: - make -f travis/pecl/Makefile php - - make -f travis/pecl/Makefile pecl PECL=raphf - - make -f travis/pecl/Makefile pecl PECL=propro + - make -f travis/pecl/Makefile pecl PECL=raphf:raphf:1.1.1RC1 + - make -f travis/pecl/Makefile pecl PECL=propro:propro:1.0.2RC1 script: - make -f travis/pecl/Makefile ext PECL=http diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 771ee8f..f277bc1 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -32,8 +32,8 @@ foreach ($env as $e) { before_script: - make -f travis/pecl/Makefile php - - make -f travis/pecl/Makefile pecl PECL=raphf - - make -f travis/pecl/Makefile pecl PECL=propro + - make -f travis/pecl/Makefile pecl PECL=raphf:raphf:1.1.1RC1 + - make -f travis/pecl/Makefile pecl PECL=propro:propro:1.0.2RC1 script: - make -f travis/pecl/Makefile ext PECL=http -- 2.30.2