From c837f93154b056d1d2a6ff73070ce92fcc793251 Mon Sep 17 00:00:00 2001
From: Alexander Bias <alexander.bias@uni-ulm.de>
Date: Fri, 30 Jun 2017 14:55:21 +0200
Subject: [PATCH] Add comment to Travis CI configuration

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 44ce442..ef248d2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,7 +40,7 @@ script:
   - moodle-plugin-ci phplint
   - moodle-plugin-ci phpcpd
   - moodle-plugin-ci phpmd
-  - moodle-plugin-ci codechecker || true
+  - moodle-plugin-ci codechecker || true # Output warnings but do not fail the build because of copied working code from auth_ldap
   - moodle-plugin-ci validate
   - moodle-plugin-ci savepoints
   - moodle-plugin-ci mustache
-- 
GitLab