Skip to content
Snippets Groups Projects
Commit d3e1f8b4 authored by Alexander Bias's avatar Alexander Bias
Browse files

Add comment to Travis CI configuration

parent ff0c26be
No related branches found
No related tags found
No related merge requests found
......@@ -38,9 +38,9 @@ install:
script:
- moodle-plugin-ci phplint
- moodle-plugin-ci phpcpd || true
- moodle-plugin-ci phpcpd || true # Output warnings but do not fail the build because of working legacy code
- moodle-plugin-ci phpmd
- moodle-plugin-ci codechecker || true
- moodle-plugin-ci codechecker || true # Output warnings but do not fail the build because of working legacy code
- moodle-plugin-ci validate
- moodle-plugin-ci savepoints
- moodle-plugin-ci mustache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment