Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-10-20 20:38:08 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-10-20 20:38:08 +0300
commit376e8fe8b19754d195b0ab09c5a2261553970ff5 (patch)
tree0d9d3d835c4cd0e0553ab0052fe0337d55f1084f /.travis.yml
parentb85a06e1281e507f4ff544b2b9bdd2b70de9f670 (diff)
use valid PSR4 namespace
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 91be9cd..a867ad9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -65,11 +65,6 @@ before_script:
- cd core/apps/twoafactor_sms
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
-
# Check PHP syntax errors
- find . -name \*.php -not -path './vendor/*' -exec php -l "{}" \;