From a4c2afaf45f12a1d5f2bf1a39db2bd1ed8acf38b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 4 Dec 2014 14:47:57 +0100 Subject: [PATCH] Directly clone correct runkit version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- test/install-runkit | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/install-runkit b/test/install-runkit index 5e0523b9e3..e34b5510b6 100755 --- a/test/install-runkit +++ b/test/install-runkit @@ -1,11 +1,11 @@ #!/bin/sh -git clone --depth=1 git://github.com/zenovich/runkit.git -cd runkit if [ $TRAVIS_PHP_VERSION = "5.6" ] ; then - wget https://github.com/zenovich/runkit/pull/71.diff - patch -p1 < 71.diff + git clone --depth=1 git://github.com/adrianguenter/runkit.git +else: + git clone --depth=1 git://github.com/zenovich/runkit.git fi +cd runkit phpize ./configure make