From: gggeek Date: Sun, 13 Dec 2020 14:35:28 +0000 (+0000) Subject: travis tests X-Git-Tag: plcapi-7.1-0~3^2~138 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=dec177e13bb5e03443e617646d36d678159ca0eb;p=plcapi.git travis tests --- diff --git a/tests/ci/setup/setup_php.sh b/tests/ci/setup/setup_php.sh index f8d69e0..0572037 100644 --- a/tests/ci/setup/setup_php.sh +++ b/tests/ci/setup/setup_php.sh @@ -15,7 +15,7 @@ configure_php_ini() { fi } -if [ -n "$TRAVIS" ]; then +if [ "$TRAVIS" != true ]; then # install php PHP_VERSION="$1"