From 8a58e020e5cec7f589e7cfc2bfffe53eecdf19f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 7 Apr 2015 09:48:09 +0200 Subject: [PATCH] Adjust patch download URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- test/install-runkit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/install-runkit b/test/install-runkit index 1f88a158ef..69db778310 100755 --- a/test/install-runkit +++ b/test/install-runkit @@ -11,7 +11,7 @@ git clone --depth=1 git://github.com/zenovich/runkit.git pushd runkit if [ $TRAVIS_PHP_VERSION = "5.6" ] ; then - wget https://github.com/zenovich/runkit/pull/73.diff + wget https://patch-diff.githubusercontent.com/raw/zenovich/runkit/pull/73.diff patch -p1 < 73.diff fi