Skip to content
Snippets Groups Projects
Unverified Commit 8141efef authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Merge branch 'master' of github.com:/nextcloud/mail into nc13

parents 1cedc9fa b4de1974
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment