From 461f0308b7aa004b1ac3fe97574b53110466890c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 26 Feb 2015 09:17:53 +0100 Subject: [PATCH] Use fixed pull request for PHP 5.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5606c368ba..84b7799eb6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ before_script: 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 ; + wget https://github.com/zenovich/runkit/pull/73.diff ; patch -p1 < 71.diff ; fi ; phpize ;