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