From 459c7e5b5a79bd3eeea668a50a1f5cbdfbc2d327 Mon Sep 17 00:00:00 2001 From: Jonas Sulzer Date: Wed, 27 Feb 2019 18:02:18 +0100 Subject: [PATCH] enable info.xml schema validation instead Signed-off-by: Jonas Sulzer --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c22982a..fad78b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,9 +39,9 @@ before_script: script: # Check info.xml schema validity - # - wget https://apps.nextcloud.com/schema/apps/info.xsd - # - xmllint appinfo/info.xml --schema info.xsd --noout - # - rm info.xsd + - wget https://apps.nextcloud.com/schema/apps/info.xsd + - xmllint appinfo/info.xml --schema info.xsd --noout + - rm info.xsd # Run phpunit tests # - cd tests