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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-05-22 12:43:33 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-05-22 12:43:33 +0300
commit8141efef1f5af679d2b70452f4214fe67d131047 (patch)
tree7c0146aca306358b99ae9c8d97b05b6f8b11aaee /.travis.yml
parent1cedc9fa8695a94a41ec2055912039172ca62e91 (diff)
parentb4de19742b5a3c3b035e29bdf40e9e313f18f10e (diff)
Merge branch 'master' of github.com:/nextcloud/mail into nc13
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 14d237c53..edda915eb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -92,7 +92,8 @@ script:
- find . -name \*.php -not -path './vendor/*' -exec php -l "{}" \;
# Run server's app code checker
- - php ../../occ app:check-code mail
+ # TODO: enable once table renames are possible
+ # - php ../../occ app:check-code mail
# Run JS tests
- sh -c "if [ '$TEST_JS' = 'TRUE' ]; then grunt; fi"