From ca640a79890fcc7353a0977c08185898daf2aea7 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 28 Sep 2015 18:28:29 +0200 Subject: [PATCH] fix travis.yml --- .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 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 -- 2.30.2