Disable runkit for 4.3 as well

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2015-08-18 16:21:03 +02:00
parent 84564360f6
commit b0655cf775

View File

@ -1,6 +1,6 @@
#!/bin/bash
if [ $TRAVIS_PHP_VERSION = "nightly" -o $TRAVIS_PHP_VERSION = "7.0" ] ; then
if [ $TRAVIS_PHP_VERSION = "nightly" -o $TRAVIS_PHP_VERSION = "4.3" -o $TRAVIS_PHP_VERSION = "7.0" ] ; then
exit 0
fi