Skip to content
Snippets Groups Projects
Commit b4de1974 authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #379 from nextcloud/disable-code-checker

Disable failing code checker on Travis
parents b3aaca8b 4fbabdb3
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