]> git.agnieray.net Git - galette.git/commitdiff
Quick test on cron script, refs #1384
authorJohan Cwiklinski <jcwiklinski@teclib.com>
Sun, 26 Jan 2020 07:19:34 +0000 (08:19 +0100)
committerJohan Cwiklinski <jcwiklinski@teclib.com>
Sun, 26 Jan 2020 07:24:17 +0000 (08:24 +0100)
.travis.yml

index f73c7794c486c2308c8b15643b51c979f540eb34..9d6ae3ac1397b7074d3c7859a4be39c4336c1ca8 100644 (file)
@@ -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