From: Michael Wallner Date: Mon, 28 Sep 2015 16:28:29 +0000 (+0200) Subject: fix travis.yml X-Git-Tag: RELEASE_3_0_0_RC1~14 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=ca640a79890fcc7353a0977c08185898daf2aea7;ds=sidebyside fix travis.yml --- diff --git a/.travis.yml b/.travis.yml index b3e407a..1041fd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ env: before_script: - make -f travis/pecl/Makefile php - - make -f travis/pecl/Makefile pharext/raphf-phpng pharext/propro-phpng + - make -f travis/pecl/Makefile pharext/raphf-2.0.0-dev pharext/propro-2.0.0-dev script: - make -f travis/pecl/Makefile ext PECL=http diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 60dbc6a..f336d43 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -34,7 +34,7 @@ foreach ($env as $e) { before_script: - make -f travis/pecl/Makefile php - - make -f travis/pecl/Makefile pharext/raphf-phpng pharext/propro-phpng + - make -f travis/pecl/Makefile pharext/raphf-2.0.0-dev pharext/propro-2.0.0-dev script: - make -f travis/pecl/Makefile ext PECL=http