]> git.wh0rd.org - tt-rss.git/commitdiff
CI: use latest phpunit
authorAndrew Dolgov <noreply@fakecake.org>
Thu, 27 Apr 2017 06:32:37 +0000 (09:32 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Thu, 27 Apr 2017 06:32:37 +0000 (09:32 +0300)
.gitlab-ci.yml

index 46279336baf00a4770fb6b62b0f6e6491f2fb51a..2e0c48915a616b8e52c4537a084881e52a6b53cd 100644 (file)
@@ -23,6 +23,8 @@ phpunit_basic:
     - sh ./utils/gitlab-ci/check-schema.sh\r
     - cp utils/gitlab-ci/config-template.php config.php\r
     - su -s /bin/bash www-data -c "php ./update.php --debug-feed 1"\r
+    - wget -O /usr/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar\r
+    - chmod +x /usr/bin/phpunit\r
     - phpunit tests/*.php\r
 \r
 phpunit_functional:\r