From a5a1dfab200b0fd4acbe22c094d5fdccfd61b794 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Mon, 15 Feb 2016 09:32:22 +0000 Subject: [PATCH] Be aware of Travis in the prechecker output See MDLSITE-4414 https://github.com/moodlehq/moodle-local_ci/pull/72 (Note this precheck isn't idealy suited - it won't report a problem when checks are in progress - which will be likely for many MDK users as they will likely push shortly before precheck) --- mdk/commands/precheck.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mdk/commands/precheck.py b/mdk/commands/precheck.py index 5853765..099359d 100644 --- a/mdk/commands/precheck.py +++ b/mdk/commands/precheck.py @@ -124,7 +124,8 @@ class PrecheckCommand(Command): 'savepoint': 'Update/Upgrade', 'thirdparty': 'Third party', 'grunt': 'Grunt', - 'shifter': 'Shifter' + 'shifter': 'Shifter', + 'travis': 'Travis CI' } for key in mapping: -- 2.11.0