From a0476824a96ca16b191223882819d641c546bc0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 3 Nov 2014 10:17:50 +0100 Subject: [PATCH] Add runkit support 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1b1b09b980..b03d75c259 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,9 +30,10 @@ before_script: if [[ $TRAVIS_PHP_VERSION != "hhvm" ]] ; then - if [[ $TRAVIS_PHP_VERSION != "5.6" ]] ; then git clone --depth=1 git://github.com/zenovich/runkit.git ; cd runkit ; + wget https://github.com/zenovich/runkit/pull/71.diff ; + patch -p1 < 71.diff ; phpize ; ./configure ; make ; @@ -40,7 +41,6 @@ before_script: cd .. ; phpenv config-add test/travis.php.ini ; - fi wget https://scrutinizer-ci.com/ocular.phar ;