From bcc4c77f438ae6b032abcef92734a578ee0c1be3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 18 Aug 2015 16:21:13 +0200 Subject: [PATCH] Disable runkit for 4.3 as well MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- test/install-runkit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/install-runkit b/test/install-runkit index 8b36f8374c..1c351cf3e0 100755 --- a/test/install-runkit +++ b/test/install-runkit @@ -1,9 +1,10 @@ #!/bin/bash -if [ $TRAVIS_PHP_VERSION = "nightly" ] ; then +if [ $TRAVIS_PHP_VERSION = "nightly" -o $TRAVIS_PHP_VERSION = "4.3" -o $TRAVIS_PHP_VERSION = "7.0" ] ; then exit 0 fi + set -e git clone --depth=1 git://github.com/zenovich/runkit.git