From 11d92ad13e3197fb137f32dd23ff33874101ffbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 3 Nov 2014 10:34:44 +0100 Subject: [PATCH] This patch works only for 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, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b03d75c259..b0eb72d447 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,8 +32,10 @@ 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 ; patch -p1 < 71.diff ; + fi ; phpize ; ./configure ; make ;