From d3e1f8b4ceab6b815c87b8ed29b6858e90ed3125 Mon Sep 17 00:00:00 2001 From: Alexander Bias <alexander.bias@uni-ulm.de> Date: Fri, 30 Jun 2017 14:55:54 +0200 Subject: [PATCH] Add comment to Travis CI configuration --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a21eb0b..1c03491 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- GitLab