From: Johan Cwiklinski Date: Sun, 26 Jan 2020 07:19:34 +0000 (+0100) Subject: Quick test on cron script, refs #1384 X-Git-Tag: 0.9.3.1~1^2~7 X-Git-Url: https://git.agnieray.net/?a=commitdiff_plain;h=7fe1edd21c4dec2d71afc3fe828605a25625fe6b;p=galette.git Quick test on cron script, refs #1384 --- diff --git a/.travis.yml b/.travis.yml index f73c7794c..9d6ae3ac1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ before_script: script: - if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.3" && $DB == "mysql" ]]; then galette/vendor/bin/phpcs -n -p --ignore=galette_tcpdf_config.php --standard=phpcs-rules.xml galette/lib/ tests/ galette/webroot/index.php galette/includes/fields_defs/ galette/includes/smarty_plugins/ galette/includes/functions.inc.php galette/includes/galette.inc.php galette/includes/dependencies.php galette/includes/main.inc.php; fi - php galette/vendor/bin/atoum -mcn 1 -bf tests/TestsBootstrap.php -d tests/Galette/ + - php galette/cron/reminder.php language: php