From: Andrew Dolgov Date: Thu, 27 Apr 2017 06:32:37 +0000 (+0300) Subject: CI: use latest phpunit X-Git-Tag: 17.12~214 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;ds=sidebyside;h=f03aaf270c85c68353babcce82064172e6b72423;p=tt-rss.git CI: use latest phpunit --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46279336..2e0c4891 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,8 @@ phpunit_basic: - sh ./utils/gitlab-ci/check-schema.sh - cp utils/gitlab-ci/config-template.php config.php - su -s /bin/bash www-data -c "php ./update.php --debug-feed 1" + - wget -O /usr/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar + - chmod +x /usr/bin/phpunit - phpunit tests/*.php phpunit_functional: