From: Michael Wallner Date: Mon, 7 Dec 2015 10:17:38 +0000 (+0100) Subject: fix travis X-Git-Tag: RELEASE_3_0_0~1^2~1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=75dc826093cd29743448e64a9eafbc084882b28b;ds=sidebyside fix travis --- 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