travis tests
authorgggeek <giunta.gaetano@gmail.com>
Sun, 13 Dec 2020 14:35:28 +0000 (14:35 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sun, 13 Dec 2020 14:35:28 +0000 (14:35 +0000)
tests/ci/setup/setup_php.sh

index f8d69e0..0572037 100644 (file)
@@ -15,7 +15,7 @@ configure_php_ini() {
     fi
 }
 
-if [ -n "$TRAVIS" ]; then
+if [ "$TRAVIS" != true ]; then
 
     # install php
     PHP_VERSION="$1"