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