travis tests
authorgggeek <giunta.gaetano@gmail.com>
Sun, 13 Dec 2020 20:55:12 +0000 (20:55 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sun, 13 Dec 2020 20:55:12 +0000 (20:55 +0000)
.travis.yml

index f1554b9..032e383 100644 (file)
@@ -49,6 +49,7 @@ before_script:
   - ./vendor/bin/phpunit --version
   # Enable code coverage for a single version of php
   - if [ "$TRAVIS_PHP_VERSION" = "7.4" ]; then export PHP_OPTS="-d zend_extension=xdebug.so" && export PHPUNIT_OPTS="--coverage-clover=coverage.clover"; fi
+  - echo "php $PHP_OPTS ./vendor/phpunit/phpunit/phpunit $PHPUNIT_OPTS tests"
 
 script:
   php $PHP_OPTS ./vendor/phpunit/phpunit/phpunit $PHPUNIT_OPTS tests