From dec177e13bb5e03443e617646d36d678159ca0eb Mon Sep 17 00:00:00 2001 From: gggeek Date: Sun, 13 Dec 2020 14:35:28 +0000 Subject: [PATCH] travis tests --- tests/ci/setup/setup_php.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.0