1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 22:55:55 +00:00

update CI (again)

This commit is contained in:
Andrew Dolgov
2017-04-27 09:11:21 +03:00
parent b89c72eaf3
commit 9c8a797598

View File

@@ -21,7 +21,7 @@ phpunit_basic:
- /etc/init.d/postgresql start - /etc/init.d/postgresql start
- /usr/local/sbin/init-database.sh - /usr/local/sbin/init-database.sh
- sh ./utils/gitlab-ci/check-schema.sh - sh ./utils/gitlab-ci/check-schema.sh
- su -s /bin/bash -u www-data -c "php ./update.php --debug-feed 1" - su -s /bin/bash www-data -c "php ./update.php --debug-feed 1"
- phpunit tests/*.php - phpunit tests/*.php
phpunit_functional: phpunit_functional: