diff --git a/.drone.yml b/.drone.yml index 8665516..f15f075 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,4 +43,4 @@ pipeline: matrix: include: - TESTS: signed-off-check - - TESTS: check-app-compatbility + # - TESTS: check-app-compatbility diff --git a/.travis.yml b/.travis.yml index 803a7ee..63f09f9 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