瀏覽代碼

CI: use latest phpunit

Andrew Dolgov 7 年之前
父節點
當前提交
f03aaf270c
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .gitlab-ci.yml

+ 2 - 0
.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: