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:
authorDaniel Kesselberg <mail@danielkesselberg.de>2018-08-25 23:38:40 +0300
committerDaniel Kesselberg <mail@danielkesselberg.de>2018-08-26 00:21:59 +0300
commitc2d02590f1116b3f023c28b29713a34d46c6fca2 (patch)
treee47733ff01ae3abcabf96172ec08cac97bce200c /.travis.yml
parent7e2619479c29d7e81894a42b3738c7ca6cb3af0a (diff)
Rename mail_collected_addresses to mail_coll_addresses
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
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 c4db11eb4..3c2fc667e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -89,7 +89,7 @@ script:
# Run server's app code checker
# TODO: enable once table renames are possible
- # - php ../../occ app:check-code mail
+ - php ../../occ app:check-code mail
# Run JS tests
- sh -c "if [ '$TEST_JS' = 'TRUE' ]; then grunt; fi"