Be aware of Travis in the prechecker output
authorDan Poltawski <dan@moodle.com>
Mon, 15 Feb 2016 09:32:22 +0000 (09:32 +0000)
committerDan Poltawski <dan@moodle.com>
Mon, 15 Feb 2016 09:34:20 +0000 (09:34 +0000)
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

index 5853765..099359d 100644 (file)
@@ -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: