diff --git a/test/install-runkit b/test/install-runkit index b3bbf19d53..76663a6855 100755 --- a/test/install-runkit +++ b/test/install-runkit @@ -1,6 +1,6 @@ #!/bin/bash -if [ $TRAVIS_PHP_VERSION = "nightly" -o $TRAVIS_PHP_VERSION = "5.3" -o $TRAVIS_PHP_VERSION = "7.0" ] ; then +if [ $TRAVIS_PHP_VERSION = "nightly" -o $TRAVIS_PHP_VERSION = "7.0" ] ; then exit 0 fi