enable info.xml schema validation instead

Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
This commit is contained in:
Jonas Sulzer
2019-02-27 18:02:18 +01:00
parent ddf22f4824
commit 459c7e5b5a

View File

@@ -39,9 +39,9 @@ before_script:
script: script:
# Check info.xml schema validity # Check info.xml schema validity
# - wget https://apps.nextcloud.com/schema/apps/info.xsd - wget https://apps.nextcloud.com/schema/apps/info.xsd
# - xmllint appinfo/info.xml --schema info.xsd --noout - xmllint appinfo/info.xml --schema info.xsd --noout
# - rm info.xsd - rm info.xsd
# Run phpunit tests # Run phpunit tests
# - cd tests # - cd tests