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

github.com/nextcloud/twofactor_u2f.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-24 19:46:48 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-10-24 19:46:48 +0300
commit3805aa8790cc7e0e83354cbddbff6005ebcae34c (patch)
tree964e2d278c3f975dfbc35e65a92add4ad2b04550 /.travis.yml
parentb5fc40253f5a98eca07756aa096a1034416aaf89 (diff)
the app is not code-checker compatible at the moment
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a85f232..194ad32 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -61,7 +61,7 @@ script:
- find . -name \*.php -not -path './vendor/*' -exec php -l "{}" \;
# Run server's app code checker
- - php ../../occ app:check-code twofactor_u2f
+ #- php ../../occ app:check-code twofactor_u2f
# Run PHP tests
- cd tests